summaryrefslogtreecommitdiff
path: root/src/theory/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/Makefile.in')
-rw-r--r--src/theory/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/theory/Makefile.in b/src/theory/Makefile.in
index 7af3f957c..d37387741 100644
--- a/src/theory/Makefile.in
+++ b/src/theory/Makefile.in
@@ -142,6 +142,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
+CXXTEST = @CXXTEST@
CXXTESTGEN = @CXXTESTGEN@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
@@ -253,9 +254,11 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-INCLUDES = -I@srcdir@/../include -I@srcdir@/..
+AM_CPPFLAGS = \
+ -D__BUILDING_CVC4LIB \
+ -I@srcdir@/../include -I@srcdir@/..
+
AM_CXXFLAGS = -Wall -fvisibility=hidden
-AM_CPPFLAGS = -D__BUILDING_CVC4LIB
noinst_LTLIBRARIES = libtheory.la
libtheory_la_SOURCES = \
theory_engine.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback