summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.am
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2010-07-07 02:18:42 +0000
committerClark Barrett <barrett@cs.nyu.edu>2010-07-07 02:18:42 +0000
commitdaf3b024547deaf1cf53b66ed046fbb15584b9d3 (patch)
tree91a2b7ebfe804041ad531ae897a037bdde61a4a7 /src/theory/Makefile.am
parent34ef50c2fcfa4d6aa8337c3096defa56d7dc0093 (diff)
Added shared term manager. Basic mechanism for identifying shared terms is
working. Still need to implement theory-specific shared term propagation.
Diffstat (limited to 'src/theory/Makefile.am')
-rw-r--r--src/theory/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index ce15b86d4..c82968ef6 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -12,7 +12,11 @@ libtheory_la_SOURCES = \
theory_engine.cpp \
theory_test_utils.h \
theory.h \
- theory.cpp
+ theory.cpp \
+ shared_term_manager.h \
+ shared_term_manager.cpp \
+ shared_data.h \
+ shared_data.cpp
nodist_libtheory_la_SOURCES = \
theoryof_table.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback