summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCaleb Donovick <cdonovick@users.noreply.github.com>2018-08-16 20:16:00 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-08-16 20:16:00 -0700
commit9e91bb7a36d056f576a2bd30beabb7402e43958a (patch)
treefc3601cdaef5495f4b8d806f66ff46eaf6956f00 /src/Makefile.am
parent2539c1397877a3de647f54ec233b3f45d80484ad (diff)
Make quantifiers-preprocess preprocessing pass (#2322)
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 59a2a64c0..f3737e506 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,6 +85,8 @@ libcvc4_la_SOURCES = \
preprocessing/passes/bool_to_bv.h \
preprocessing/passes/bv_to_bool.cpp \
preprocessing/passes/bv_to_bool.h \
+ preprocessing/passes/quantifiers_preprocess.cpp \
+ preprocessing/passes/quantifiers_preprocess.h \
preprocessing/passes/real_to_int.cpp \
preprocessing/passes/real_to_int.h \
preprocessing/passes/rewrite.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback