summaryrefslogtreecommitdiff
path: root/src/util/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.in')
-rw-r--r--src/util/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index 61768f933..5627e01a9 100644
--- a/src/util/Makefile.in
+++ b/src/util/Makefile.in
@@ -105,6 +105,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
+CXXTEST = @CXXTEST@
CXXTESTGEN = @CXXTESTGEN@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
@@ -216,9 +217,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 = libutil.la
libutil_la_SOURCES = \
Assert.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback