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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prop/Makefile.am b/src/prop/Makefile.am
index 4071197ad..715e79d16 100644
--- a/src/prop/Makefile.am
+++ b/src/prop/Makefile.am
@@ -5,6 +5,8 @@ AM_CPPFLAGS = -D__BUILDING_CVC4LIB
noinst_LTLIBRARIES = libprop.la
libprop_la_SOURCES = \
- prop_engine.cpp
+ prop_engine.cpp \
+ prop_engine.h \
+ sat.h
SUBDIRS = minisat
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback