summaryrefslogtreecommitdiff
path: root/src/proof/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/Makefile.am')
-rw-r--r--src/proof/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/Makefile.am b/src/proof/Makefile.am
index 7588f0dc3..75588ceb8 100644
--- a/src/proof/Makefile.am
+++ b/src/proof/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = \
-D__BUILDING_CVC4LIB \
-D __STDC_LIMIT_MACROS \
-D __STDC_FORMAT_MACROS \
- -I@srcdir@/../include -I@srcdir@/.. -I@builddir@/.. -I@srcdir@/../prop/minisat
+ -I@builddir@/.. -I@srcdir@/../prop/minisat -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -Wno-parentheses -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
noinst_LTLIBRARIES = libproof.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback