diff options
author | Günther Deschner <gd@samba.org> | 2011-06-28 11:31:02 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-28 17:54:41 +0200 |
commit | 56db9c9f274d414ad435bd7cd3f522f11257458e (patch) | |
tree | 95115bc8ec947df3bb0c81e43445ab1c8f265821 /source3/wscript_build | |
parent | 8bc3f957bc098ee9310b468ce463a75090873bc6 (diff) | |
download | samba-56db9c9f274d414ad435bd7cd3f522f11257458e.tar.gz samba-56db9c9f274d414ad435bd7cd3f522f11257458e.tar.xz samba-56db9c9f274d414ad435bd7cd3f522f11257458e.zip |
s3-waf: remove s3-waf specific dynconfig.
This merge finally makes --with-logfilebase=foo and friends work appropriately.
Andrews, Andreas, please check.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Jun 28 17:54:42 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 7e009fb473..974749ab10 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -645,7 +645,7 @@ if not bld.env.toplevel_build: samba_version.load_version(bld.env) bld.SAMBA_MKVERSION('include/version.h') bld.RECURSE('../lib/replace') - bld.RECURSE('build') + bld.RECURSE('../dynconfig') bld.env.suffix3 = '' |