aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-18 11:17:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-18 11:17:51 +0200
commitd80d096ee8743fd6f7382d274272b0b6d7faf9bf (patch)
treed0f0bee1e645cb2b86b6837ac0db8a7d2821e533 /examples/cxx/hybrid/makefile
parent0e4637025fa8d1b4234b0512561d31f0dd023843 (diff)
Support for schema evolution using substitution groups
New examples: hybrid/evolution/ignore and hybrid/evolution/passthrough.
Diffstat (limited to 'examples/cxx/hybrid/makefile')
-rw-r--r--examples/cxx/hybrid/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/makefile b/examples/cxx/hybrid/makefile
index 8bdb2de..f54f56b 100644
--- a/examples/cxx/hybrid/makefile
+++ b/examples/cxx/hybrid/makefile
@@ -10,6 +10,7 @@ allocator \
binary \
compositors \
custom \
+evolution \
hello \
multiroot \
polymorphism \
@@ -20,7 +21,7 @@ wildcard \
filter \
minimal
-build_examples := binary compositors custom
+build_examples := binary compositors custom evolution
ifeq ($(xsde_iostream),y)
ifeq ($(xsde_exceptions),y)