summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriterules/Makefile.am')
-rw-r--r--src/theory/rewriterules/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/theory/rewriterules/Makefile.am b/src/theory/rewriterules/Makefile.am
index 46cffda11..a9eddb812 100644
--- a/src/theory/rewriterules/Makefile.am
+++ b/src/theory/rewriterules/Makefile.am
@@ -13,7 +13,14 @@ librewriterules_la_SOURCES = \
theory_rewriterules_rewriter.h \
theory_rewriterules_type_rules.h \
theory_rewriterules_preprocess.h \
- theory_rewriterules_params.h
+ theory_rewriterules_params.h \
+ rr_inst_match.h \
+ rr_inst_match_impl.h \
+ rr_inst_match.cpp \
+ rr_trigger.h \
+ rr_trigger.cpp \
+ rr_candidate_generator.h \
+ rr_candidate_generator.cpp
EXTRA_DIST = \
kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback