summaryrefslogtreecommitdiff
path: root/src/theory/bv/Makefile.am
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-05-24 16:03:38 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-05-24 16:03:38 +0000
commitdfaba6987ded6afc0d9502b5f85088260a5a2d96 (patch)
tree851fa12468695dce000a0bee3582d571efc88784 /src/theory/bv/Makefile.am
parent13e7de0006e9c34cc715521fc9f1866c25682113 (diff)
Separating the subtheory implementations in the bitvector theory.
Diffstat (limited to 'src/theory/bv/Makefile.am')
-rw-r--r--src/theory/bv/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/theory/bv/Makefile.am b/src/theory/bv/Makefile.am
index 8f524c8fc..7748817e3 100644
--- a/src/theory/bv/Makefile.am
+++ b/src/theory/bv/Makefile.am
@@ -12,7 +12,10 @@ libbv_la_SOURCES = \
bitblaster.h \
bitblaster.cpp \
bv_subtheory.h \
- bv_subtheory.cpp \
+ bv_subtheory_eq.h \
+ bv_subtheory_eq.cpp \
+ bv_subtheory_bitblast.h \
+ bv_subtheory_bitblast.cpp \
bitblast_strategies.h \
bitblast_strategies.cpp \
theory_bv.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback