diff options
author | David Robillard <d@drobilla.net> | 2008-01-06 02:23:58 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-06 02:23:58 +0000 |
commit | b43eaf9a9521a55c6cbbedb62147c2daaaf6e32d (patch) | |
tree | d4e52465ff47ee7ed962aaa180f5509ce36f4bec /configure.ac | |
parent | 00176fa0e8e834608efa5b2a44b3954132fb13ea (diff) | |
download | patchage-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.ac | 9 |
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 |