summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-06 02:23:58 +0000
committerDavid Robillard <d@drobilla.net>2008-01-06 02:23:58 +0000
commitb43eaf9a9521a55c6cbbedb62147c2daaaf6e32d (patch)
treed4e52465ff47ee7ed962aaa180f5509ce36f4bec /configure.ac
parent00176fa0e8e834608efa5b2a44b3954132fb13ea (diff)
downloadpatchage-b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d.tar.gz
patchage-b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d.tar.bz2
patchage-b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d.zip
Install icon to standard (themeable) location.
git-svn-id: http://svn.drobilla.net/lad/patchage@1013 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3476f1d..d0c73c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,8 +167,15 @@ PKG_CHECK_MODULES(FLOWCANVAS, flowcanvas)
# Patchage
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([patchage.desktop])
+AC_CONFIG_FILES([src/Makefile])
+AC_CONFIG_FILES([icons/Makefile])
+AC_CONFIG_FILES([icons/16x16/Makefile])
+AC_CONFIG_FILES([icons/22x22/Makefile])
+AC_CONFIG_FILES([icons/24x24/Makefile])
+AC_CONFIG_FILES([icons/32x32/Makefile])
+AC_CONFIG_FILES([icons/48x48/Makefile])
+AC_CONFIG_FILES([icons/scalable/Makefile])
AC_OUTPUT