From 4014067a1668d94000b059d72832482a06cf8369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Jan 2007 19:39:56 +0000 Subject: Added ability to get Raul Thread for current calling context. Strong threading assertions. Flowcanvas port removal fixes. Patch port destruction. Code cleanups, bug fixes. git-svn-id: http://svn.drobilla.net/lad/raul@234 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6b9302a..3b40be9 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_LANG([C++]) #AC_PROG_CXX AC_TYPE_SIZE_T -#AC_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_HEADER_STDC AC_TYPE_INT32_T @@ -69,6 +69,7 @@ fi AM_CONDITIONAL(WITH_LIBLO, [test "$build_liblo" = "yes"]) AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([raul/Makefile]) AC_CONFIG_FILES([tests/Makefile]) AC_CONFIG_FILES([doc/Makefile]) -- cgit v1.2.1