summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-25 17:15:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-25 17:15:57 +0200
commit741f84835e207e219eb3093eaad845c941ba2818 (patch)
treeebcbf5660ba2e873b273aff23d8af53336a3bf87 /examples/cxx/tree/makefile
parente8c564ba614889b0aa80fae0f66ee932f87decb0 (diff)
New example that shows how to embed schema grammar into application
Diffstat (limited to 'examples/cxx/tree/makefile')
-rw-r--r--examples/cxx/tree/makefile8
1 files changed, 4 insertions, 4 deletions
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