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