diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 20:07:45 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 21:10:30 +1000 |
commit | d526f861c71c1a0c595bc9b9351a02cc630e41c4 (patch) | |
tree | d90323e8d33eb0303b52f0230d428db3bd92beab /wscript | |
parent | 9d5138fb2b37c4c7de5d62081e71600096fcf413 (diff) | |
download | samba-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-x | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |