summaryrefslogtreecommitdiff
path: root/src/prop/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-02-02 20:56:47 +0000
committerTim King <taking@cs.nyu.edu>2010-02-02 20:56:47 +0000
commita8588cb23c5257bb11a70348346476b55317faa3 (patch)
tree34bead7e2b760d813ee02d04a9dec091eedbc745 /src/prop/Makefile.am
parent86716e3782aae62a38987f7f89bdf5498eca534a (diff)
Switched cnf conversion to go through CnfStream.
Diffstat (limited to 'src/prop/Makefile.am')
-rw-r--r--src/prop/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/prop/Makefile.am b/src/prop/Makefile.am
index 3473de30f..fc0697eda 100644
--- a/src/prop/Makefile.am
+++ b/src/prop/Makefile.am
@@ -8,6 +8,9 @@ noinst_LTLIBRARIES = libprop.la
libprop_la_SOURCES = \
prop_engine.cpp \
prop_engine.h \
- sat.h
+ sat.h \
+ cnf_stream.h \
+ cnf_stream.cpp \
+ cnf_conversion.h
SUBDIRS = minisat
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback