summaryrefslogtreecommitdiff
path: root/src/parser/smt2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/Makefile.am')
-rw-r--r--src/parser/smt2/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/smt2/Makefile.am b/src/parser/smt2/Makefile.am
index 9d84d3da4..ed60ad1ea 100644
--- a/src/parser/smt2/Makefile.am
+++ b/src/parser/smt2/Makefile.am
@@ -1,6 +1,6 @@
AM_CPPFLAGS = \
-D__BUILDING_CVC4PARSERLIB \
- -I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../.. $(ANTLR_INCLUDES)
+ -I@builddir@/../.. $(ANTLR_INCLUDES) -I@srcdir@/../../include -I@srcdir@/../..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN) -Wno-unused-function -Wno-unused-variable
# Compile generated C files using C++ compiler
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback