summaryrefslogtreecommitdiff
path: root/src/theory/uf/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/Makefile.am')
-rw-r--r--src/theory/uf/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/theory/uf/Makefile.am b/src/theory/uf/Makefile.am
index 50147b997..2c9cd3b80 100644
--- a/src/theory/uf/Makefile.am
+++ b/src/theory/uf/Makefile.am
@@ -14,6 +14,14 @@ libuf_la_SOURCES = \
equality_engine_types.h \
equality_engine.cpp \
symmetry_breaker.h \
- symmetry_breaker.cpp
+ symmetry_breaker.cpp \
+ theory_uf_instantiator.h \
+ theory_uf_instantiator.cpp \
+ theory_uf_strong_solver.h \
+ theory_uf_strong_solver.cpp \
+ theory_uf_candidate_generator.h \
+ theory_uf_candidate_generator.cpp \
+ inst_strategy.h \
+ inst_strategy.cpp
EXTRA_DIST = kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback