From 2df5d870e2b560f63da123f586fc5e5456d42906 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 2 Jul 2011 16:11:08 +0200 Subject: Add application icon --- data/icons/32x32/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/icons/32x32/Makefile.am (limited to 'data/icons/32x32/Makefile.am') 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) + -- cgit v1.2.3