diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-28 18:56:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-03-15 12:22:19 +1100 |
commit | dc42ad02f9b3039d311670d20d42c3e87d03b275 (patch) | |
tree | 665698e21d8bc5dcdb648f13df0e84f8154b1d2e | |
parent | a18a5562377acaf26d42a431adbe3a673c013e93 (diff) | |
download | samba-dc42ad02f9b3039d311670d20d42c3e87d03b275.tar.gz samba-dc42ad02f9b3039d311670d20d42c3e87d03b275.tar.bz2 samba-dc42ad02f9b3039d311670d20d42c3e87d03b275.zip |
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
-rwxr-xr-x | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |