aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-12 19:53:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-12 19:53:18 +0200
commit620792d557db8bc507731002f263e3800ac4eca9 (patch)
tree8b08829e7a105267d4f80be753cacf6ec39eef56 /examples
parent4fe734d836d25e1e80d36a9d8435b60b6068e6b9 (diff)
Build the custom/wildcard example only if STL is enabled
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/custom/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/custom/makefile b/examples/cxx/hybrid/custom/makefile
index 856a9fe..52a4620 100644
--- a/examples/cxx/hybrid/custom/makefile
+++ b/examples/cxx/hybrid/custom/makefile
@@ -11,7 +11,9 @@ build_examples :=
ifeq ($(xsde_iostream),y)
ifeq ($(xsde_exceptions),y)
+ifeq ($(xsde_stl),y)
build_examples += wildcard
+endif
endif
endif