summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-04 07:11:09 +0000
committerDavid Robillard <d@drobilla.net>2006-10-04 07:11:09 +0000
commit32261ba465be203f973a0e126672b8d7188ba327 (patch)
treefcab8b01ffeb2c1955b8f712c5f3eef6e1f13f2b /configure.ac
parent1e01da451b279943ed51999ee06d64aba7c8faa2 (diff)
downloadingen-32261ba465be203f973a0e126672b8d7188ba327.tar.gz
ingen-32261ba465be203f973a0e126672b8d7188ba327.tar.bz2
ingen-32261ba465be203f973a0e126672b8d7188ba327.zip
Global build system, build system bugfixes.
git-svn-id: http://svn.drobilla.net/lad/ingen@154 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c51f97f1..f8722021 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-C_PREREQ(2.59)
+AC_PREREQ(2.59)
AC_INIT([ingen],[0.4.0pre],[drobilla@connect.carleton.ca])
AC_CONFIG_SRCDIR([src/common/util/CountedPtr.h])
AC_CONFIG_SRCDIR([src/common/interface/EngineInterface.h])
@@ -394,6 +394,7 @@ AC_CONFIG_FILES([src/common/interface/Makefile])
AC_CONFIG_FILES([src/libs/Makefile])
AC_CONFIG_FILES([src/libs/engine/Makefile])
AC_CONFIG_FILES([src/libs/engine/tests/Makefile])
+AC_CONFIG_FILES([src/libs/engine/events/Makefile])
AC_CONFIG_FILES([src/libs/client/Makefile])
AC_CONFIG_FILES([src/progs/Makefile])
AC_CONFIG_FILES([src/progs/server/Makefile])