diff options
author | Perberos <[email protected]> | 2011-11-06 19:30:49 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-06 19:30:49 -0300 |
commit | a8d28a6ce7e0c56dacba5d527d9134573a008902 (patch) | |
tree | 8852602004b5a13cc5d1ce3ecd7a314be81d1198 /data/icons/32x32/Makefile.am | |
download | eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.bz2 eom-a8d28a6ce7e0c56dacba5d527d9134573a008902.tar.xz |
inicial
Diffstat (limited to 'data/icons/32x32/Makefile.am')
-rw-r--r-- | data/icons/32x32/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am new file mode 100644 index 0000000..0582f08 --- /dev/null +++ b/data/icons/32x32/Makefile.am @@ -0,0 +1,20 @@ +size = 32x32 +actioniconsdir = $(pkgdatadir)/icons/hicolor/$(size)/actions +appiconsdir = $(datadir)/icons/hicolor/$(size)/apps + +dist_appicons_DATA = \ + apps/eom.png +dist_actionicons_DATA = \ + actions/eom-plugin.png \ + actions/eom-image-collection.png \ + actions/slideshow-play.png + +noinst_DATA = \ + apps/eom.svg \ + actions/eom-image-collection.svg \ + actions/eom-plugin.svg \ + actions/slideshow-play.svg + +EXTRA_DIST = $(noinst_DATA) + +-include $(top_srcdir)/git.mk |