summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a7c2c7..503262a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,5 +32,7 @@ dnl Generate Makefiles
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile
doc/Makefile
- libdimension/Makefile])
+ libdimension/Makefile
+ tests/Makefile
+ tests/libdimension/Makefile])
AC_OUTPUT