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