summaryrefslogtreecommitdiffstats
path: root/cpp/sca/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/sca/configure.ac')
-rw-r--r--cpp/sca/configure.ac14
1 files changed, 9 insertions, 5 deletions
diff --git a/cpp/sca/configure.ac b/cpp/sca/configure.ac
index 0bac946b68..457c53d09d 100644
--- a/cpp/sca/configure.ac
+++ b/cpp/sca/configure.ac
@@ -255,6 +255,15 @@ fi
AM_CONDITIONAL([WANT_DOXYGEN], [test x$want_doxygen = xtrue])
AC_CONFIG_FILES([Makefile
+ kernel/Makefile
+ modules/Makefile
+ modules/eval/Makefile
+ test/Makefile
+ test/store-object/Makefile
+ test/store-function/Makefile
+ test/store-script/Makefile
+ doc/Makefile
+ doc/Doxyfile
runtime/Makefile
runtime/core/Makefile
runtime/core/src/Makefile
@@ -290,11 +299,6 @@ AC_CONFIG_FILES([Makefile
runtime/extensions/ruby/Makefile
runtime/extensions/ruby/src/Makefile
runtime/extensions/ruby/extension/Makefile
- kernel/Makefile
- modules/Makefile
- modules/eval/Makefile
- doc/Makefile
- doc/Doxyfile
])
AC_OUTPUT