summaryrefslogtreecommitdiff
path: root/src/options/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/Makefile.am')
-rw-r--r--src/options/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/Makefile.am b/src/options/Makefile.am
index e81631b09..21988df56 100644
--- a/src/options/Makefile.am
+++ b/src/options/Makefile.am
@@ -43,7 +43,7 @@ OPTIONS_FILES = \
AM_CPPFLAGS = \
-D__BUILDING_CVC4LIB \
- -I@srcdir@/../include -I@srcdir@/.. -I@builddir@/..
+ -I@builddir@/.. -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)
noinst_LTLIBRARIES = liboptions.la
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback