diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-14 10:13:54 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-14 10:13:54 +0100 |
commit | ef0467789bfc8406b57ba553e4d59f4d6c3f9be8 (patch) | |
tree | 09d541636a16cb38448fe6183289ebdc3080c1bf /baobab/pixmaps/Makefile.am | |
download | mate-utils-ef0467789bfc8406b57ba553e4d59f4d6c3f9be8.tar.bz2 mate-utils-ef0467789bfc8406b57ba553e4d59f4d6c3f9be8.tar.xz |
Moved from Mate-Extra repository
Diffstat (limited to 'baobab/pixmaps/Makefile.am')
-rw-r--r-- | baobab/pixmaps/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/baobab/pixmaps/Makefile.am b/baobab/pixmaps/Makefile.am new file mode 100644 index 00000000..6bfb6135 --- /dev/null +++ b/baobab/pixmaps/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = 24x24 scalable + +imagesdir = $(datadir)/mate-disk-usage-analyzer/pixmaps +images_DATA = \ + shot.png + +EXTRA_DIST = \ + $(images_DATA) |