From b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 02:23:58 +0000 Subject: Install icon to standard (themeable) location. git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1 --- icons/32x32/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 icons/32x32/Makefile.am (limited to 'icons/32x32') diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am new file mode 100644 index 0000000..9b03b6e --- /dev/null +++ b/icons/32x32/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/32x32/apps +icon_DATA = patchage.png + +EXTRA_DIST = $(icon_DATA) -- cgit v1.2.1