summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-02-02 09:47:34 -0800
committerTim King <taking@google.com>2016-02-02 09:47:34 -0800
commite21e99b7dfe45f042260db7eb754e25e7108f288 (patch)
tree689bc1fead54d62b46c75196f8be0fb4b35444c9 /src/Makefile.am
parent18973b31c440d998230aaba3e17bd915b168aa6f (diff)
Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking an edge between the sat solver and command.h.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fc346ded5..4f2998e7a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -107,13 +107,21 @@ libcvc4_la_SOURCES = \
prop/sat_solver_factory.cpp \
smt/boolean_terms.cpp \
smt/boolean_terms.h \
+ smt/command.cpp \
+ smt/command.h \
smt/command_list.cpp \
smt/command_list.h \
+ smt/dump.cpp \
+ smt/dump.h \
+ smt/ite_removal.cpp \
+ smt/ite_removal.h \
smt/logic_exception.h \
smt/logic_request.cpp \
smt/logic_request.h \
smt/managed_ostreams.cpp \
smt/managed_ostreams.h \
+ smt/model.cpp \
+ smt/model.h \
smt/model_postprocessor.cpp \
smt/model_postprocessor.h \
smt/smt_engine.cpp \
@@ -478,6 +486,7 @@ EXTRA_DIST = \
include/cvc4parser_private.h \
include/cvc4parser_public.h \
mksubdirs \
+ smt/command.i \
smt/logic_exception.i \
smt/smt_engine.i \
proof/unsat_core.i \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback