diff options
| author | Andrew Tridgell <tridge@samba.org> | 2010-02-26 21:28:19 +1100 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:38 +1000 |
| commit | 64f5cdd204ebc9ed533ff051362c8612c28d88e5 (patch) | |
| tree | 6261ace38e9511d1b9f0a22aae69944521def942 | |
| parent | cada19f58b3f721a1d7a02afed038e32a3ca8945 (diff) | |
| download | samba-64f5cdd204ebc9ed533ff051362c8612c28d88e5.tar.gz samba-64f5cdd204ebc9ed533ff051362c8612c28d88e5.tar.bz2 samba-64f5cdd204ebc9ed533ff051362c8612c28d88e5.zip | |
build: moved wafsamba.py to buildtools
| -rw-r--r-- | lib/replace/wscript | 2 |
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') |
