From 4a2834255dc48166afc537e9e9dce80be457fa14 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Sep 2009 19:14:56 +0200 Subject: New example showing handling of mixed content with type customization --- examples/cxx/tree/custom/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cxx/tree/custom/makefile') 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 -- cgit v1.1