mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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
This commit is contained in:
parent
9d5138fb2b
commit
d526f861c7
2
wscript
2
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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user