aboutsummaryrefslogtreecommitdiff
path: root/data/icons/32x32/Makefile.am
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-07-02 16:11:08 +0200
committerGuido Günther <agx@sigxcpu.org>2011-07-05 22:33:32 +0200
commit2df5d870e2b560f63da123f586fc5e5456d42906 (patch)
tree86de01a857990ea56864e3e47049cb131803abdd /data/icons/32x32/Makefile.am
parentc44bb1e2193bcbe09bbdb446994301ee01624b18 (diff)
Add application icon
Diffstat (limited to 'data/icons/32x32/Makefile.am')
-rw-r--r--data/icons/32x32/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
new file mode 100644
index 0000000..dd71b0e
--- /dev/null
+++ b/data/icons/32x32/Makefile.am
@@ -0,0 +1,9 @@
+NULL =
+
+icondir = ${datadir}/icons/hicolor/32x32/apps
+icon_DATA = \
+ ppm.png\
+ $(NULL)
+
+EXTRA_DIST = $(icon_DATA)
+