summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ee777afe..c05065c35 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -117,16 +117,14 @@ libcvc4_la_SOURCES = \
prop/cryptominisat.cpp \
prop/theory_proxy.cpp \
prop/theory_proxy.h \
- 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/term_formula_removal.cpp \
+ smt/term_formula_removal.h \
smt/logic_exception.h \
smt/logic_request.cpp \
smt/logic_request.h \
@@ -134,8 +132,6 @@ libcvc4_la_SOURCES = \
smt/managed_ostreams.h \
smt/model.cpp \
smt/model.h \
- smt/model_postprocessor.cpp \
- smt/model_postprocessor.h \
smt/smt_engine.cpp \
smt/smt_engine.h \
smt/smt_engine_check_proof.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback