1
0
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:
Andrew Tridgell 2011-02-28 18:56:33 +11:00
parent a18a556237
commit dc42ad02f9

View File

@ -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')