aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-16 10:54:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-16 10:54:15 +0200
commitf793c66692ef717ffec874b5002a9d95aef3485e (patch)
treeaa1008b7e080a5d67557f852cea6630c9169723f /examples
parent7e0a9208279db8bc79cbc5f6b564642e06dea436 (diff)
Add missing sub-directory to makefile
Diffstat (limited to 'examples')
-rw-r--r--examples/cxx/hybrid/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/makefile b/examples/cxx/hybrid/makefile
index 2ee1d25..2defdc5 100644
--- a/examples/cxx/hybrid/makefile
+++ b/examples/cxx/hybrid/makefile
@@ -8,7 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
all_examples := binary compositors custom hello multiroot streaming \
library wildcard filter minimal
-build_examples := binary compositors
+build_examples := binary compositors custom
ifeq ($(xsde_iostream),y)
ifeq ($(xsde_exceptions),y)