summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-20 23:47:56 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-20 23:47:56 +0000
commit95e5ca98d4c22897c0192a78ebeeb05e4838db2b (patch)
tree7bd14dc25a240bc2b4f5152c4ee7b666763dbebe /src/main
parentcb56555734b5139f779e65cc6e628124ac6796e6 (diff)
fixes to build/test system
Diffstat (limited to 'src/main')
-rw-r--r--src/main/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 8f400241b..cf392f6b6 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -7,3 +7,7 @@ cvc4_SOURCES = \
main.cpp \
getopt.cpp \
util.cpp
+
+cvc4_LDADD = \
+ ../parser/libparser.la \
+ ../libcvc4.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback