summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c78e75426..7dcf73652 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -379,6 +379,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/equality_query.h \
theory/quantifiers/equality_infer.cpp \
theory/quantifiers/equality_infer.h \
+ theory/quantifiers/extended_rewrite.cpp \
+ theory/quantifiers/extended_rewrite.h \
theory/quantifiers/first_order_model.cpp \
theory/quantifiers/first_order_model.h \
theory/quantifiers/full_model_check.cpp \
@@ -433,6 +435,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/skolemize.h \
theory/quantifiers/sygus_explain.cpp \
theory/quantifiers/sygus_explain.h \
+ theory/quantifiers/sygus_invariance.cpp \
+ theory/quantifiers/sygus_invariance.h \
theory/quantifiers/sygus_grammar_cons.cpp \
theory/quantifiers/sygus_grammar_cons.h \
theory/quantifiers/sygus_process_conj.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback