summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/list
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/list')
-rw-r--r--tests/cxx/parser/list/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/parser/list/makefile b/tests/cxx/parser/list/makefile
index 4c149b8..db93e57 100644
--- a/tests/cxx/parser/list/makefile
+++ b/tests/cxx/parser/list/makefile
@@ -25,7 +25,7 @@ $(call import,\
#
$(driver): $(obj) $(xerces_c.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)
genf := $(xsd:.xsd=-pskel.hxx) $(xsd:.xsd=-pskel.ixx) $(xsd:.xsd=-pskel.cxx)