summaryrefslogtreecommitdiff
path: root/src/main/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile.am')
-rw-r--r--src/main/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/Makefile.am b/src/main/Makefile.am
index 82ff00a60..3cd062158 100644
--- a/src/main/Makefile.am
+++ b/src/main/Makefile.am
@@ -1,4 +1,5 @@
AM_CPPFLAGS = \
+ -D__BUILDING_CVC4DRIVER \
-I@srcdir@/../include -I@srcdir@/.. -I@builddir@/.. $(ANTLR_INCLUDES)
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas
@@ -13,7 +14,8 @@ cvc4_SOURCES = \
cvc4_LDADD = \
../parser/libcvc4parser.la \
- ../libcvc4.la
+ ../libcvc4.la \
+ ../lib/libreplacements.la
if STATIC_BINARY
cvc4_LINK = $(CXXLINK) -all-static
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback