summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-10 16:48:51 -0500
committerGitHub <noreply@github.com>2018-05-10 16:48:51 -0500
commitadcbee78823120baa47eb8ba868b614512a121a9 (patch)
treef019c19fa63cc06c8b4e93df2cbde7d61791368b /src/Makefile.am
parentf29ced85757a85b6bd72b741d6ac7ff45ba29619 (diff)
Sygus repair constants (#1812)
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 28333d905..17deeba81 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -493,6 +493,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus/sygus_module.h \
theory/quantifiers/sygus/sygus_process_conj.cpp \
theory/quantifiers/sygus/sygus_process_conj.h \
+ theory/quantifiers/sygus/sygus_repair_const.cpp \
+ theory/quantifiers/sygus/sygus_repair_const.h \
theory/quantifiers/sygus/sygus_unif.cpp \
theory/quantifiers/sygus/sygus_unif.h \
theory/quantifiers/sygus/sygus_unif_io.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback