From dfaba6987ded6afc0d9502b5f85088260a5a2d96 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Thu, 24 May 2012 16:03:38 +0000 Subject: Separating the subtheory implementations in the bitvector theory. --- src/theory/bv/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/theory/bv/Makefile.am') 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 \ -- cgit v1.2.3