From da4f7225796037b814919e79912cfaa7a9ddc113 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Jan 2015 23:07:46 +0100 Subject: DOCS/client_api_examples: move all examples into their own subdirs Also get rid of shared.h; it actually doesn't have much value. Just copy the tiny function it contained into the 2 files which used it. --- wscript_build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 1791dacbae..694a65b038 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -524,8 +524,8 @@ def build(ctx): if ctx.dependency_satisfied('client-api-examples'): # This assumes all examples are single-file (as examples should be) examples_sources = [ - ( "simple.c" ), - ( "cocoabasic.m", "cocoa" ), + ( "simple/simple.c" ), + ( "cocoa/cocoabasic.m", "cocoa" ), ] for source in ctx.filtered_sources(examples_sources): -- cgit v1.2.3