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