summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-17 16:40:19 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-17 16:40:19 +0000
commit0201aa29bea8467e5cc07f2d0af68a4da3e86ec1 (patch)
tree548f42c4244176fb91956e9571451842fd85e482 /src/Makefile.am
parent7293554b109742697d4d928ed7b58acadc6de947 (diff)
fixes/redesign of source layout from meeting
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3f0d0b381..7b2141da3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I@srcdir@/include
+INCLUDES = -I@srcdir@/include -I@srcdir@
SUBDIRS = core parser sat
@@ -10,17 +10,5 @@ libcvc4_la_LIBADD = \
sat/minisat/libminisat.a
EXTRA_DIST = \
- include/assert.h \
- include/attr_type.h \
- include/command.h
- include/expr_attribute.h \
- include/expr_builder.h \
- include/expr.h \
- include/expr_manager.h \
- include/expr_value.h \
- include/kind.h \
- include/parser.h \
- include/sat.h \
- include/unique_id.h \
- include/vc.h
-
+ include/cvc4.h \
+ include/cvc4_expr.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback