summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-21 12:48:22 +1000
committerAndrew Tridgell <tridge@samba.org>2011-06-21 15:54:22 +1000
commit35a9c23a016e76df7b5647e1b9285f70d15db807 (patch)
tree5d275d3f7d7e8ff504ca984a1ff534eef39ee80e /wscript
parent894b0273fcff28dfaef80ce7be1bcc35d47aed65 (diff)
downloadsamba-35a9c23a016e76df7b5647e1b9285f70d15db807.tar.gz
samba-35a9c23a016e76df7b5647e1b9285f70d15db807.tar.bz2
samba-35a9c23a016e76df7b5647e1b9285f70d15db807.zip
build: move dynconfig for top level build up
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'wscript')
-rwxr-xr-xwscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 1fa0d8f543..4399d0e67a 100755
--- a/wscript
+++ b/wscript
@@ -32,7 +32,7 @@ def set_options(opt):
opt.BUILTIN_DEFAULT('NONE')
opt.PRIVATE_EXTENSION_DEFAULT('samba4')
opt.RECURSE('lib/replace')
- opt.RECURSE('source4/dynconfig')
+ opt.RECURSE('dynconfig')
opt.RECURSE('source4/lib/ldb')
opt.RECURSE('selftest')
opt.RECURSE('source4/lib/tls')
@@ -89,7 +89,7 @@ def configure(conf):
if int(conf.env['PYTHON_VERSION'][0]) >= 3:
raise Utils.WafError('Python version 3.x is not supported by Samba yet')
- conf.RECURSE('source4/dynconfig')
+ conf.RECURSE('dynconfig')
conf.RECURSE('source4/lib/ldb')
conf.RECURSE('source4/heimdal_build')
conf.RECURSE('source4/lib/tls')