summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-08-16 23:07:49 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-08-16 23:07:49 -0700
commit420f25b1c8103bec7d5fd63a8ade2d9373395e55 (patch)
tree353bb0635d2f5d0f6fdca69b1dac96a16404de3f /src/Makefile.am
parent7181344be7b4f723ded3fae8d9b269ffc401caa4 (diff)
Refactor eager atoms preprocessing pass. (#2318)
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 f3737e506..5e52186b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,6 +69,8 @@ libcvc4_la_SOURCES = \
preprocessing/passes/bv_abstraction.h \
preprocessing/passes/bv_ackermann.cpp \
preprocessing/passes/bv_ackermann.h \
+ preprocessing/passes/bv_eager_atoms.cpp \
+ preprocessing/passes/bv_eager_atoms.h \
preprocessing/passes/bv_gauss.cpp \
preprocessing/passes/bv_gauss.h \
preprocessing/passes/bv_intro_pow2.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback