diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 21:46:38 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:40 +1000 |
commit | 9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53 (patch) | |
tree | 799fa74dad562244b7936eb6e2112c4bce6ae676 /lib | |
parent | c8f4ca41f69993afd9b4d753812d3056c91f0db5 (diff) | |
download | samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.gz samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.tar.bz2 samba-9129c3b3b6d8a1cdfb7a6500ef4eb20075aa2d53.zip |
build: fixes from ita
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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") |