aboutsummaryrefslogtreecommitdiff
path: root/mysql/native/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-27 15:13:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-27 15:13:09 +0200
commit2b3b6f26e5125bdc23d07c88c369b5c6ce070a61 (patch)
tree721ba790c135f05ae86e5a2f1449858e14e6b132 /mysql/native/makefile
parent939cffda799008298fd45344302d5e6c2889061d (diff)
Fix issues preventing building outside source directory
Diffstat (limited to 'mysql/native/makefile')
-rw-r--r--mysql/native/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/native/makefile b/mysql/native/makefile
index 035f72f..c58e56f 100644
--- a/mysql/native/makefile
+++ b/mysql/native/makefile
@@ -20,7 +20,7 @@ clean := $(out_base)/.clean
# Build.
#
$(driver): $(cxx_obj) $(common.l)
-$(cxx_obj) $(cxx_od): cpp_options := -I$(out_base)
+$(cxx_obj) $(cxx_od): cpp_options := -I$(out_base) -I$(src_base)
$(cxx_obj) $(cxx_od): $(common.l.cpp-options)
$(call include-dep,$(cxx_od))