summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/binary/boost/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/binary/boost/makefile')
-rw-r--r--examples/cxx/tree/binary/boost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/binary/boost/makefile b/examples/cxx/tree/binary/boost/makefile
index fe3c77b..d97e676 100644
--- a/examples/cxx/tree/binary/boost/makefile
+++ b/examples/cxx/tree/binary/boost/makefile
@@ -35,7 +35,7 @@ endif
#
$(driver): $(obj) $(xerces_c.l) $(boost_serialization.l)
-$(obj) $(dep): cpp_options := -I$(src_root)/libxsd -I$(src_root)
+$(obj) $(dep): cpp_options := -I$(out_base) -I$(src_base) -I$(src_root)/libxsd
$(obj) $(dep): $(xerces_c.l.cpp-options) $(boost_serialization.l.cpp-options)
genf := $(xsd:.xsd=.hxx) $(xsd:.xsd=.ixx) $(xsd:.xsd=.cxx)