summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 45ace0842..1c170dbe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,8 +421,6 @@ LDFLAGS="${LDFLAGS:+$LDFLAGS }$CVC4LDFLAGS"
mk_include=include
AC_SUBST(mk_include)
-othermakefiles="`find src -name Makefile.am | sed 's,\.am$,,'` `find test -name Makefile.am | sed 's,\.am$,,'`"
-
AC_CONFIG_FILES([
Makefile.builds
Makefile
@@ -440,7 +438,9 @@ AC_CONFIG_FILES([
src/parser/cvc/Makefile
src/parser/smt/Makefile
src/theory/Makefile
+ src/theory/bool/Makefile
src/theory/uf/Makefile
+ src/theory/arith/Makefile
test/Makefile
test/regress/Makefile
test/system/Makefile
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback