aboutsummaryrefslogtreecommitdiff
path: root/mysql/native/makefile
diff options
context:
space:
mode:
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))