summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-04-03 20:43:37 -0700
committerGitHub <noreply@github.com>2018-04-03 20:43:37 -0700
commit4be746589d4f456f772d4c8c524a1d34ab3b75c8 (patch)
treeedef4179d1c7d2a666a6195b07fb55e71eb77b30 /src/Makefile.am
parenteaebc10c50ca44644edd430ed3f555092a0fb27a (diff)
Refactor IntToBV preprocessing pass (#1716)
This commit refactors the IntToBV preprocessing pass into the new style. This commit is essentially just a code move, it does not attempt to fix issues (e.g. #1715).
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 8aa06e82f..b33c0586f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,6 +62,8 @@ libcvc4_la_SOURCES = \
decision/decision_strategy.h \
decision/justification_heuristic.cpp \
decision/justification_heuristic.h \
+ preprocessing/passes/int_to_bv.cpp \
+ preprocessing/passes/int_to_bv.h \
preprocessing/preprocessing_pass.cpp \
preprocessing/preprocessing_pass.h \
preprocessing/preprocessing_pass_context.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback