summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2017-09-29 16:47:59 -0700
committerGitHub <noreply@github.com>2017-09-29 16:47:59 -0700
commit935affd8f08fe48c0770bb8ff1b46e8221c27408 (patch)
tree57ef575745dbf767e1ef9be55c7ad81e152ed542 /src/Makefile.am
parent1bb608cdeab8e27bfe66d6a335b0f4e3278c279d (diff)
Move BvInverter class into separate file. (#1173)
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 da8558527..3a41b30ab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -346,6 +346,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/anti_skolem.h \
theory/quantifiers/bounded_integers.cpp \
theory/quantifiers/bounded_integers.h \
+ theory/quantifiers/bv_inverter.cpp \
+ theory/quantifiers/bv_inverter.h \
theory/quantifiers/candidate_generator.cpp \
theory/quantifiers/candidate_generator.h \
theory/quantifiers/ce_guided_instantiation.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback