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