From 4fe734d836d25e1e80d36a9d8435b60b6068e6b9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 12 Apr 2009 19:28:06 +0200 Subject: Build the binary/custom example only if STL is enabled --- examples/cxx/hybrid/binary/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/cxx/hybrid/binary/makefile') 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 -- cgit v1.1