summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-08-16 11:18:11 -0500
committerGitHub <noreply@github.com>2018-08-16 11:18:11 -0500
commit80be200c84494a4f82ab30cb743b7758c67db5b5 (patch)
tree400970d927b1e78fa7b739c11088d37fd3c2c991 /src/Makefile.am
parentb92e8623c695e10f812e7cc213df9f871924ea8b (diff)
Refactor apply2const (#2316)
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 43aa70174..c7dc311b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,6 +63,8 @@ libcvc4_la_SOURCES = \
decision/justification_heuristic.h \
preprocessing/passes/apply_substs.cpp \
preprocessing/passes/apply_substs.h \
+ preprocessing/passes/apply_to_const.cpp \
+ preprocessing/passes/apply_to_const.h \
preprocessing/passes/bv_abstraction.cpp \
preprocessing/passes/bv_abstraction.h \
preprocessing/passes/bv_ackermann.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback