summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 457999f3..b7703c73 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -201,7 +201,6 @@ typedef int BOOL ;
AC_CONFIG_FILES([
Makefile
type/Makefile
-test/Makefile
elementaryFunctions/Makefile
elementaryFunctions/cos/Makefile
elementaryFunctions/sin/Makefile
@@ -214,6 +213,14 @@ elementaryFunctions/asin/Makefile
elementaryFunctions/log/Makefile
elementaryFunctions/exp/Makefile
elementaryFunctions/sqrt/Makefile
+auxiliaryFunctions/Makefile
+auxiliaryFunctions/find/Makefile
+auxiliaryFunctions/isempty/Makefile
+auxiliaryFunctions/isnan/Makefile
+auxiliaryFunctions/rand/Makefile
+auxiliaryFunctions/sign/Makefile
+auxiliaryFunctions/size/Makefile
+auxiliaryFunctions/type/Makefile
])