summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-26 21:28:19 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:38 +1000
commit64f5cdd204ebc9ed533ff051362c8612c28d88e5 (patch)
tree6261ace38e9511d1b9f0a22aae69944521def942 /lib/replace
parentcada19f58b3f721a1d7a02afed038e32a3ca8945 (diff)
downloadsamba-64f5cdd204ebc9ed533ff051362c8612c28d88e5.tar.gz
samba-64f5cdd204ebc9ed533ff051362c8612c28d88e5.tar.bz2
samba-64f5cdd204ebc9ed533ff051362c8612c28d88e5.zip
build: moved wafsamba.py to buildtools
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
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')