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.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index 2bd85f712..9d6939ac9 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -45,12 +45,16 @@ libtheory_la_SOURCES = \
rr_inst_match.cpp \
rr_trigger.h \
rr_trigger.cpp \
+ rr_candidate_generator.h \
+ rr_candidate_generator.cpp \
inst_match.h \
inst_match.cpp \
trigger.h \
trigger.cpp \
model.h \
- model.cpp
+ model.cpp \
+ candidate_generator.h \
+ candidate_generator.cpp
nodist_libtheory_la_SOURCES = \
rewriter_tables.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback