From f6968899de4d27c5bc986c3ac89972fbbe35c361 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 23 Nov 2009 16:42:12 +0000 Subject: fixups, file comments --- src/prop/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/prop/Makefile.am') 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 -- cgit v1.2.3