summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-28 18:56:33 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:19 +1100
commitdc42ad02f9b3039d311670d20d42c3e87d03b275 (patch)
tree665698e21d8bc5dcdb648f13df0e84f8154b1d2e /wscript
parenta18a5562377acaf26d42a431adbe3a673c013e93 (diff)
downloadsamba-dc42ad02f9b3039d311670d20d42c3e87d03b275.tar.gz
samba-dc42ad02f9b3039d311670d20d42c3e87d03b275.tar.bz2
samba-dc42ad02f9b3039d311670d20d42c3e87d03b275.zip
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
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript2
1 files changed, 1 insertions, 1 deletions
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')