summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-07-31 21:24:31 +0000
committerMorgan Deters <mdeters@gmail.com>2012-07-31 21:24:31 +0000
commitb88133bc679c541798c2063fec2bc441e744328a (patch)
tree42097c3b9dabc5f4195e489158ea122e73155813 /src/theory/Makefile.am
parentf73e17d5649f636eb88aafe05aaf32565a806bab (diff)
Moving some instantiation-related stuff from src/theory to src/theory/quantifiers and src/theory/rewriterules. This unclutters the src/theory directory somewhat.
The namespaces weren't changed, only the file locations.
Diffstat (limited to 'src/theory/Makefile.am')
-rw-r--r--src/theory/Makefile.am17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index 7a4cde04d..8f6ab76c2 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -38,23 +38,8 @@ libtheory_la_SOURCES = \
unconstrained_simplifier.cpp \
quantifiers_engine.h \
quantifiers_engine.cpp \
- instantiator_default.h \
- instantiator_default.cpp \
- rr_inst_match.h \
- rr_inst_match_impl.h \
- rr_inst_match.cpp \
- rr_trigger.h \
- rr_trigger.cpp \
- rr_candidate_generator.h \
- rr_candidate_generator.cpp \
- inst_match.h \
- inst_match.cpp \
- trigger.h \
- trigger.cpp \
model.h \
- model.cpp \
- candidate_generator.h \
- candidate_generator.cpp
+ model.cpp
nodist_libtheory_la_SOURCES = \
rewriter_tables.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback