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