summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-03-27 12:30:15 -0500
committerGitHub <noreply@github.com>2018-03-27 12:30:15 -0500
commita035836d07e831cca30eef800fdf0b3ad88e0ede (patch)
treee3057b1c44b7ec320d23c7926d069b97932d429f /src/Makefile.am
parent9dcaaeba4880a8f145df00289ff1b092a7e3dd47 (diff)
Make sygus unif utility (#1720)
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 53fc3b8bd..9b1b71efc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -472,6 +472,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_unif.cpp \
+ theory/quantifiers/sygus/sygus_unif.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