summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-10-03 10:19:27 -0500
committerGitHub <noreply@github.com>2017-10-03 10:19:27 -0500
commitbca2ee1c42332abc8deb57d620b0fc32b5394634 (patch)
tree2022e3cb36824278250d45dc3ea726a3d373740b /src/Makefile.am
parent252860a96565f3c73fff7132eb06059c90582bdd (diff)
Move sygus grammar utilities to separate file. (#1184)
* Move sygus grammar utilities to separate file. * Minor * Move includes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b9a607a1..cfb8e379d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -414,6 +414,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/relevant_domain.h \
theory/quantifiers/rewrite_engine.cpp \
theory/quantifiers/rewrite_engine.h \
+ theory/quantifiers/sygus_grammar_cons.cpp \
+ theory/quantifiers/sygus_grammar_cons.h \
theory/quantifiers/symmetry_breaking.cpp \
theory/quantifiers/symmetry_breaking.h \
theory/quantifiers/term_database.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback