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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/uf/Makefile.am b/src/theory/uf/Makefile.am
index 2c9cd3b80..b8446761c 100644
--- a/src/theory/uf/Makefile.am
+++ b/src/theory/uf/Makefile.am
@@ -22,6 +22,8 @@ libuf_la_SOURCES = \
theory_uf_candidate_generator.h \
theory_uf_candidate_generator.cpp \
inst_strategy.h \
- inst_strategy.cpp
+ inst_strategy.cpp \
+ theory_uf_model.h \
+ theory_uf_model.cpp
EXTRA_DIST = kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback