aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-12 19:28:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-12 19:28:06 +0200
commit4fe734d836d25e1e80d36a9d8435b60b6068e6b9 (patch)
tree743493f832a24ea300c4aee25d57ac8b05ba89e8 /examples
parent528e17cf181f4ce0d1bbc1cf1bc92ef0c3b14eb1 (diff)
Build the binary/custom example only if STL is enabled
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/binary/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/binary/makefile b/examples/cxx/hybrid/binary/makefile
index 89fb738..a728d1d 100644
--- a/examples/cxx/hybrid/binary/makefile
+++ b/examples/cxx/hybrid/binary/makefile
@@ -11,7 +11,9 @@ build_examples :=
ifeq ($(xsde_iostream),y)
ifeq ($(xsde_exceptions),y)
+ifeq ($(xsde_stl),y)
build_examples += custom
+endif
ifeq ($(xsde_cdr),y)
build_examples += cdr