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