summaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
Diffstat (limited to 'xsd')
-rw-r--r--xsd/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd/makefile b/xsd/makefile
index 5e5dedb..162470d 100644
--- a/xsd/makefile
+++ b/xsd/makefile
@@ -98,7 +98,7 @@ $(call import,\
#
$(xsd): $(cxx_obj) $(xsd_fe.l) $(cutl.l) $(xerces_c.l)
-$(cxx_obj) $(cxx_od): cpp_options := -I$(src_base)
+$(cxx_obj) $(cxx_od): cpp_options := -I$(out_base) -I$(src_base)
$(cxx_obj) $(cxx_od): \
$(xsd_fe.l.cpp-options) \
$(cutl.l.cpp-options) \