summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 17:27:56 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 17:27:56 +0000
commit477e97cd81afe4b86eea47e9abe6311fc22299fc (patch)
treea55a90e7c518a59d1ec38e62d4f867e13d423cad /configure.ac
parent73d8c7a4f4896455fef39c44c80bf3df30a52d89 (diff)
ignored items
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 9 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 87f1458b6..58fcdfac3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
-AC_INIT([src/include/vc.h])
+AC_INIT([src/include/cvc4.h])
AC_CONFIG_AUX_DIR([config])
#AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([config])
@@ -44,9 +44,14 @@ AC_CONFIG_FILES([
contrib/Makefile
doc/Makefile
src/Makefile
- src/core/Makefile
+ src/expr/Makefile
+ src/smt/Makefile
+ src/main/Makefile
+ src/prop/minisat/Makefile
+ src/prop/Makefile
+ src/util/Makefile
+ src/context/Makefile
src/parser/Makefile
- src/sat/Makefile
- src/sat/minisat/Makefile
+ src/theory/Makefile
])
AC_OUTPUT
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback