summaryrefslogtreecommitdiff
path: root/src/prop/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/Makefile.am')
-rw-r--r--src/prop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/Makefile.am b/src/prop/Makefile.am
index f109e0ed2..6b8221443 100644
--- a/src/prop/Makefile.am
+++ b/src/prop/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@/minisat -I@srcdir@/bvminisat
+ -I@builddir@/.. -I@srcdir@/minisat -I@srcdir@/bvminisat -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -Wno-parentheses -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
noinst_LTLIBRARIES = libprop.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback