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