summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-05 04:56:27 +0000
committerDavid Robillard <d@drobilla.net>2006-10-05 04:56:27 +0000
commitfd2874cfb4dd357be0f30b42e917cda3df209329 (patch)
tree036741b796b424981af01306c9c267fb6b55067d /configure.ac
parentd185c37bf049afdd006351a3707662a19677ab37 (diff)
downloadingen-fd2874cfb4dd357be0f30b42e917cda3df209329.tar.gz
ingen-fd2874cfb4dd357be0f30b42e917cda3df209329.tar.bz2
ingen-fd2874cfb4dd357be0f30b42e917cda3df209329.zip
Fixed missing include in flowcanvas (uint32_t).
Added new temporary (yet spiffy if I do say so myself) icon. Added desktop entry so Ingenuity shows up in desktop menus all spiff like. git-svn-id: http://svn.drobilla.net/lad/ingen@159 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1f9ce7eb..e8ce24b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,7 +352,6 @@ AM_CONDITIONAL(MONOLITHIC_INGENUITY, [test "$monolithic_ingenuity" = "yes"])
# Build client lib if anything above that depends on it is to be built
AM_CONDITIONAL(BUILD_CLIENT_LIB, [test "$build_console_clients" = "yes" -o "$build_gtk_client" = "yes"])
-
# Write Makefiles
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
@@ -371,9 +370,9 @@ AC_CONFIG_FILES([src/progs/python/scripts/Makefile])
AC_CONFIG_FILES([src/progs/demolition/Makefile])
AC_CONFIG_FILES([src/progs/patch_loader/Makefile])
AC_CONFIG_FILES([src/progs/ingenuity/Makefile])
+AC_CONFIG_FILES([src/progs/ingenuity/ingenuity.desktop])
AC_CONFIG_FILES([patches/Makefile])
AC_CONFIG_FILES([doc/Doxyfile])
-
AC_OUTPUT
AC_MSG_RESULT([])