summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-27 20:07:45 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-27 21:10:30 +1000
commitd526f861c71c1a0c595bc9b9351a02cc630e41c4 (patch)
treed90323e8d33eb0303b52f0230d428db3bd92beab /wscript
parent9d5138fb2b37c4c7de5d62081e71600096fcf413 (diff)
downloadsamba-d526f861c71c1a0c595bc9b9351a02cc630e41c4.tar.gz
samba-d526f861c71c1a0c595bc9b9351a02cc630e41c4.tar.bz2
samba-d526f861c71c1a0c595bc9b9351a02cc630e41c4.zip
build: Add lib/replace as a default include path
This makes #include "system/filesys.h" in the source3/includes/includes.h work more often. Andrew Bartlett
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7e9d7730ab..950442792c 100755
--- a/wscript
+++ b/wscript
@@ -73,7 +73,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('#include/public #source4 #lib #source4/lib #source4/include #include')
+ conf.ADD_EXTRA_INCLUDES('#include/public #source4 #lib #source4/lib #source4/include #include #lib/replace')
conf.RECURSE('lib/replace')