summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/Makefile.am
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-03-25 20:45:45 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-03-25 20:45:45 +0000
commit70c23e23c3bfc8aa3fdf285fc643b0438359d22a (patch)
tree3f8f1797e0f8dd3d977f983c1ab823c682f51551 /src/prop/bvminisat/Makefile.am
parent0d080430206880ffc19050acfa01aae1475f1978 (diff)
moving minisat implementation into their respective directories (regular and bv)
Diffstat (limited to 'src/prop/bvminisat/Makefile.am')
-rw-r--r--src/prop/bvminisat/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prop/bvminisat/Makefile.am b/src/prop/bvminisat/Makefile.am
index 480e4e83c..685dfac7d 100644
--- a/src/prop/bvminisat/Makefile.am
+++ b/src/prop/bvminisat/Makefile.am
@@ -22,7 +22,9 @@ libbvminisat_la_SOURCES = \
mtl/Sort.h \
mtl/Vec.h \
mtl/XAlloc.h \
- utils/Options.h
+ utils/Options.h \
+ bvminisat.h \
+ bvminisat.cpp
EXTRA_DIST = \
core/Main.cc \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback