summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-01-03 09:35:27 -0600
committerGitHub <noreply@github.com>2018-01-03 09:35:27 -0600
commit1a11e8a71812d1abbf3fb13230c233d741c81fd1 (patch)
tree81be35f5bd356ca6b234ef49e62e966e062eec24 /src/Makefile.am
parente75a0d05db7133a90ec1fc4b9178c324e910b799 (diff)
Global negate (#1466)
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 098fe4025..a6c58e281 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -401,6 +401,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/fun_def_engine.h \
theory/quantifiers/fun_def_process.cpp \
theory/quantifiers/fun_def_process.h \
+ theory/quantifiers/global_negate.cpp \
+ theory/quantifiers/global_negate.h \
theory/quantifiers/ho_trigger.cpp \
theory/quantifiers/ho_trigger.h \
theory/quantifiers/instantiate.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback