summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 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])