summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-01-21 11:34:55 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-01-21 11:34:55 +0100
commite908abc0e8a7a7d61a4d6e25821042a8e860e873 (patch)
tree079a5cbc0e1192d006c97e3283bfb81da4f6fb1b /src/Makefile.am
parenta50f977b02c5653e03d4f3d9d8c7df1f9e2be48e (diff)
Initial work on sygusNormalForm.
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 e66d590dc..c72e11809 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -235,6 +235,8 @@ libcvc4_la_SOURCES = \
theory/datatypes/theory_datatypes.h \
theory/datatypes/datatypes_rewriter.h \
theory/datatypes/theory_datatypes.cpp \
+ theory/datatypes/datatypes_sygus.h \
+ theory/datatypes/datatypes_sygus.cpp \
theory/sets/expr_patterns.h \
theory/sets/normal_form.h \
theory/sets/options_handlers.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback