summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-30 13:36:04 -0500
committerGitHub <noreply@github.com>2018-03-30 13:36:04 -0500
commita5ca16724eca73b5b0c679b2ee6bca4f3c23f870 (patch)
treeb66f8da55781a1990abfcdd836204aa8025cba2a /src/Makefile.am
parent4270318b5f553e93fddab1b1abc287ef7e7a5b77 (diff)
Split strategy representation from SygusUnif (#1730)
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 9b1b71efc..6693deaa5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -474,6 +474,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/sygus/sygus_process_conj.h \
theory/quantifiers/sygus/sygus_unif.cpp \
theory/quantifiers/sygus/sygus_unif.h \
+ theory/quantifiers/sygus/sygus_unif_strat.cpp \
+ theory/quantifiers/sygus/sygus_unif_strat.h \
theory/quantifiers/sygus/term_database_sygus.cpp \
theory/quantifiers/sygus/term_database_sygus.h \
theory/quantifiers/sygus_sampler.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback