summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-25 11:29:59 -0500
committerGitHub <noreply@github.com>2018-04-25 11:29:59 -0500
commit6445c3dbf5fed9fa32426f041061234b5ac407f7 (patch)
tree2e3d9bd40454e391f00b266a3e12d9e03fffb466 /src/Makefile.am
parenta24e6ed96031e7ac3978201ed80fb771ee0f425e (diff)
Move candidate rewrite code to own file (#1804)
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 04d6e24b7..7b364129f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -373,6 +373,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/anti_skolem.h \
theory/quantifiers/bv_inverter.cpp \
theory/quantifiers/bv_inverter.h \
+ theory/quantifiers/candidate_rewrite_database.cpp \
+ theory/quantifiers/candidate_rewrite_database.h \
theory/quantifiers/cegqi/ceg_instantiator.cpp \
theory/quantifiers/cegqi/ceg_instantiator.h \
theory/quantifiers/cegqi/ceg_t_instantiator.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback