summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/Makefile.am')
-rw-r--r--src/theory/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index 9e31bd7a3..6e8734b4d 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -15,10 +15,6 @@ libtheory_la_SOURCES = \
theory_test_utils.h \
theory.h \
theory.cpp \
- shared_term_manager.h \
- shared_term_manager.cpp \
- shared_data.h \
- shared_data.cpp \
registrar.h \
rewriter.h \
rewriter_attributes.h \
@@ -26,7 +22,11 @@ libtheory_la_SOURCES = \
substitutions.h \
substitutions.cpp \
valuation.h \
- valuation.cpp
+ valuation.cpp \
+ shared_terms_database.h \
+ shared_terms_database.cpp \
+ term_registration_visitor.h \
+ term_registration_visitor.cpp
nodist_libtheory_la_SOURCES = \
rewriter_tables.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback