diff options
author | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
commit | 70438138096a47b2505ac55634cd94947ce378b6 (patch) | |
tree | e45e49dda10a71616466500a4ab65d1c54b5f6c1 /data/icons/16x16/actions/Makefile.am | |
download | engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.bz2 engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.xz |
initial
Diffstat (limited to 'data/icons/16x16/actions/Makefile.am')
-rw-r--r-- | data/icons/16x16/actions/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/icons/16x16/actions/Makefile.am b/data/icons/16x16/actions/Makefile.am new file mode 100644 index 0000000..479869f --- /dev/null +++ b/data/icons/16x16/actions/Makefile.am @@ -0,0 +1,17 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + add-files-to-archive.png \ + add-folder-to-archive.png \ + extract-archive.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) +-include $(top_srcdir)/git.mk |