From dc42ad02f9b3039d311670d20d42c3e87d03b275 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 28 Feb 2011 18:56:33 +1100 Subject: build: added include/public to the list of include paths this allows us to use the public name of any header in the source tree --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 0dd8c90524..d7c2744822 100755 --- a/wscript +++ b/wscript @@ -72,7 +72,7 @@ def configure(conf): # this enables smbtorture.static for s3 in the build farm conf.env.BUILD_FARM = Options.options.BUILD_FARM or os.environ.get('RUN_FROM_BUILD_FARM') - conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #include') + conf.ADD_EXTRA_INCLUDES('#include/public #source4 #lib #source4/lib #source4/include #include') conf.RECURSE('lib/replace') -- cgit