From 741f84835e207e219eb3093eaad845c941ba2818 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Nov 2009 17:15:57 +0200 Subject: New example that shows how to embed schema grammar into application --- examples/cxx/tree/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/cxx/tree/makefile') diff --git a/examples/cxx/tree/makefile b/examples/cxx/tree/makefile index 15bcfb2..03c8101 100644 --- a/examples/cxx/tree/makefile +++ b/examples/cxx/tree/makefile @@ -5,11 +5,11 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make -all_examples := binary caching custom hello library messaging mixed \ -multiroot performance polymorphism streaming wildcard dbxml xpath +all_examples := binary caching embedded custom hello library messaging \ +mixed multiroot performance polymorphism streaming wildcard dbxml xpath -build_examples := binary caching custom hello library messaging mixed \ -multiroot performance polymorphism streaming wildcard +build_examples := binary caching embedded custom hello library messaging \ +mixed multiroot performance polymorphism streaming wildcard ifeq ($(xsd_with_dbxml),y) build_examples += dbxml -- cgit v1.1