summaryrefslogtreecommitdiff
path: root/src/smt/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-24 22:51:35 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-24 22:51:35 +0000
commit61937ea05bff33070cc8252bc3b6c7d6fed7c9c3 (patch)
tree2c942f052de4dc9f0385bf01b89ec08d01c165bb /src/smt/Makefile.am
parent9d3a76f0e4676dd11e533c370a2f3a3e17ff8329 (diff)
various fixes and updates to use and support parser
Diffstat (limited to 'src/smt/Makefile.am')
-rw-r--r--src/smt/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am
index 325999db2..b8fc81961 100644
--- a/src/smt/Makefile.am
+++ b/src/smt/Makefile.am
@@ -4,4 +4,5 @@ AM_CPPFLAGS = -D__BUILDING_CVC4LIB
noinst_LTLIBRARIES = libsmt.la
-libsmt_la_SOURCES =
+libsmt_la_SOURCES = \
+ smt_engine.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback