summaryrefslogtreecommitdiff
path: root/src/prop/minisat/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/minisat/Makefile.in')
-rw-r--r--src/prop/minisat/Makefile.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/prop/minisat/Makefile.in b/src/prop/minisat/Makefile.in
index 646389c80..e77369348 100644
--- a/src/prop/minisat/Makefile.in
+++ b/src/prop/minisat/Makefile.in
@@ -224,7 +224,15 @@ libminisat_la_SOURCES = \
core/Solver.h \
core/SolverTypes.h \
simp/SimpSolver.C \
- simp/SimpSolver.h
+ simp/SimpSolver.h \
+ mtl/Alg.h \
+ mtl/BasicHeap.h \
+ mtl/BoxedVec.h \
+ mtl/Heap.h \
+ mtl/Map.h \
+ mtl/Queue.h \
+ mtl/Sort.h \
+ mtl/Vec.h
EXTRA_DIST = \
core/Main.C \
@@ -233,13 +241,6 @@ EXTRA_DIST = \
simp/Makefile \
README \
LICENSE \
- mtl/Heap.h \
- mtl/Map.h \
- mtl/Queue.h \
- mtl/Alg.h \
- mtl/Sort.h \
- mtl/BasicHeap.h \
- mtl/BoxedVec.h \
mtl/template.mk
all: all-am
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback