summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-02 15:24:07 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-02 15:24:07 -0600
commit96b699bc6cccd1ade32e2d5ef73ce004063b8201 (patch)
tree8128f4bd212c87cc193f11648a136bd4236fbf83 /src/Makefile.am
parent1f4b954a2cc7667a56a3007fa75c125fba93ed23 (diff)
Minor cleanup and reorganization related to last commit.
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