summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-02-05 18:59:13 -0600
committerGitHub <noreply@github.com>2018-02-05 18:59:13 -0600
commit4ada10b0e9b0ccd96e8bf620690e6888e617c2fb (patch)
tree8beb5839622eb5b1a44100d3e6bb97174652c847 /src/Makefile.am
parent66a7932c7d4bd986665a041293ed23f8f58570f4 (diff)
Statically eliminate redundant sygus constructors (#1560)
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 4720186f4..0006a8521 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -463,6 +463,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus_grammar_cons.h \
theory/quantifiers/sygus_grammar_norm.cpp \
theory/quantifiers/sygus_grammar_norm.h \
+ theory/quantifiers/sygus_grammar_red.cpp \
+ theory/quantifiers/sygus_grammar_red.h \
theory/quantifiers/sygus_process_conj.cpp \
theory/quantifiers/sygus_process_conj.h \
theory/quantifiers/sygus_sampler.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback