summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/contacts
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-11-20 09:08:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-11-20 09:23:15 +0200
commitb3b1a1d789d06c8d5ad5c93ae1c5a3c6a5e7fdff (patch)
tree11daefda3dc61ad7a26f1139721303764e849c7c /examples/cxx/tree/custom/contacts
parent61c48f6d4fc422d9f2a68c99ee5eb2da3cf8a645 (diff)
Enable by default generation of inline files in build rules for XSD
Diffstat (limited to 'examples/cxx/tree/custom/contacts')
-rw-r--r--examples/cxx/tree/custom/contacts/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/custom/contacts/makefile b/examples/cxx/tree/custom/contacts/makefile
index c3d45f6..6ad6f96 100644
--- a/examples/cxx/tree/custom/contacts/makefile
+++ b/examples/cxx/tree/custom/contacts/makefile
@@ -40,7 +40,7 @@ $(gen): xsd := $(out_root)/xsd/xsd
# We have to double-escape '#' because the message function
# (which is used in command scripts) expands things twice.
#
-$(gen): xsd_options := \
+$(gen): xsd_options += \
--generate-inline \
--custom-type contact=/contact_base \
--hxx-epilogue '\#include "contacts-custom.hxx"'