From 64f5cdd204ebc9ed533ff051362c8612c28d88e5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 26 Feb 2010 21:28:19 +1100 Subject: build: moved wafsamba.py to buildtools --- lib/replace/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace/wscript') diff --git a/lib/replace/wscript b/lib/replace/wscript index 06ea09d564..aa610f3785 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -26,7 +26,7 @@ def configure(conf): conf.env.hlist = [] # load our local waf extensions - conf.check_tool('wafsamba', tooldir=conf.curdir) + conf.check_tool('wafsamba', tooldir=conf.srcdir + "/buildtools/wafsamba") conf.CONFIG_PATH('LIBDIR', '/lib') conf.CONFIG_PATH('BINDIR', '/bin') -- cgit