summaryrefslogtreecommitdiff
path: root/src/prop/Makefile.am
diff options
context:
space:
mode:
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