From: Andrew Bartlett Date: Tue, 8 Feb 2011 23:59:18 +0000 (+1100) Subject: waf Remove debugging hacks left in the top level build X-Git-Tag: tevent-0.9.11~861 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=6c89bb8d85c0f7cfe781dbcb7db2d23fba12afce waf Remove debugging hacks left in the top level build Autobuild-User: Andrew Bartlett Autobuild-Date: Wed Feb 9 01:55:15 CET 2011 on sn-devel-104 --- diff --git a/wscript b/wscript index 66b56b571c9..942a3e9a581 100644 --- a/wscript +++ b/wscript @@ -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')