summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-09-15 06:53:33 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-09-15 06:53:33 +0000
commit72f552ead344b13d90832222157b970ae3dec8ff (patch)
treeb02854356d5c5f98b3873f858f38b6762135bdc1 /src/theory/Makefile.am
parent62a50760346e130345b24e8a14ad0dac0dca5d38 (diff)
additional stuff for sharing,
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