From 9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 21:46:38 +1100 Subject: build: fixes from ita --- lib/replace/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace') diff --git a/lib/replace/wscript b/lib/replace/wscript index 5188a338af..e150c9a105 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -27,6 +27,7 @@ def set_options(opt): @wafsamba.runonce def configure(conf): conf.env.hlist = [] + conf.env.srcdir = conf.srcdir # load our local waf extensions conf.check_tool('wafsamba', tooldir=conf.srcdir + "/buildtools/wafsamba") -- cgit