aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/passthrough/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-02-25 09:50:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-02-25 09:50:18 +0200
commitd5dcd2e6ec2a2344da44b8e5cbfe319957318dba (patch)
treeb4751382ab217d420eed18148d56d8f7e186bc82 /examples/cxx/hybrid/evolution/passthrough/makefile
parent9428441a84a98073c527df6901a9550bf1a94ce4 (diff)
Add support for manual dependency tracking in tests and examples
Diffstat (limited to 'examples/cxx/hybrid/evolution/passthrough/makefile')
-rw-r--r--examples/cxx/hybrid/evolution/passthrough/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/evolution/passthrough/makefile b/examples/cxx/hybrid/evolution/passthrough/makefile
index 0b27e83..8de33d9 100644
--- a/examples/cxx/hybrid/evolution/passthrough/makefile
+++ b/examples/cxx/hybrid/evolution/passthrough/makefile
@@ -49,7 +49,7 @@ $(gen): xsde_options += --generate-parser --generate-serializer \
--custom-parser unknown_type=unknown_type_base_pimpl/unknown-type-pimpl.hxx \
--custom-serializer unknown_type=unknown_type_base_simpl/unknown-type-simpl.hxx
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#