aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/streaming/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/streaming/makefile')
-rw-r--r--examples/cxx/hybrid/streaming/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/streaming/makefile b/examples/cxx/hybrid/streaming/makefile
index 6f872ee..6f1e9c4 100644
--- a/examples/cxx/hybrid/streaming/makefile
+++ b/examples/cxx/hybrid/streaming/makefile
@@ -46,7 +46,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \
--generate-aggregate --custom-parser object=/object-pimpl.hxx \
--custom-serializer object=/object-simpl.hxx
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#