summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-30 19:14:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-30 19:14:56 +0200
commit4a2834255dc48166afc537e9e9dce80be457fa14 (patch)
tree9a1649ba753055dc98526f715f46e03468c82a02 /examples/cxx/tree/custom/makefile
parentb43b5b2a9b5430e8e7034c08aff06e572da7b762 (diff)
New example showing handling of mixed content with type customization
Diffstat (limited to 'examples/cxx/tree/custom/makefile')
-rw-r--r--examples/cxx/tree/custom/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/tree/custom/makefile b/examples/cxx/tree/custom/makefile
index 961916e..fc851e3 100644
--- a/examples/cxx/tree/custom/makefile
+++ b/examples/cxx/tree/custom/makefile
@@ -5,8 +5,8 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
-all_examples := comments contacts double taxonomy wildcard calendar
-build_examples := comments contacts double taxonomy wildcard
+all_examples := comments contacts double mixed taxonomy wildcard calendar
+build_examples := comments contacts double mixed taxonomy wildcard
ifeq ($(xsd_with_boost_date_time),y)
build_examples += calendar