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, 5 insertions, 0 deletions
diff --git a/src/prop/Makefile.am b/src/prop/Makefile.am
index 941b0c653..87108cb5c 100644
--- a/src/prop/Makefile.am
+++ b/src/prop/Makefile.am
@@ -1,4 +1,9 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
+AM_CPPFLAGS = -D__BUILDING_CVC4LIB
+
+noinst_LTLIBRARIES = libprop.la
+
+libprop_la_SOURCES =
SUBDIRS = minisat
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback