1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

build: moved wafsamba.py to buildtools

This commit is contained in:
Andrew Tridgell 2010-02-26 21:28:19 +11:00
parent cada19f58b
commit 64f5cdd204

View File

@ -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')