diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-09 10:59:18 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-09 01:55:15 +0100 |
commit | 6c89bb8d85c0f7cfe781dbcb7db2d23fba12afce (patch) | |
tree | fe78950e745bc7e260e40d48be3c28f4863beee8 /wscript | |
parent | 45b16de1fcc6a76bd4d9dcdd41616942065f7fc4 (diff) | |
download | samba-6c89bb8d85c0f7cfe781dbcb7db2d23fba12afce.tar.gz |
waf Remove debugging hacks left in the top level build
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Feb 9 01:55:15 CET 2011 on sn-devel-104
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,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 #includexxx #include #includeyyy') + conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #include') conf.RECURSE('lib/replace') |