summaryrefslogtreecommitdiff
path: root/wscript_build
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_build
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_build')
-rw-r--r--wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index ff4f7f323c..aa37c4bbc7 100644
--- a/wscript_build
+++ b/wscript_build
@@ -39,7 +39,7 @@ bld.RECURSE('lib/tevent')
bld.RECURSE('lib/ccan')
bld.RECURSE('lib/tdb_compat')
bld.RECURSE('source4/lib/ldb')
-bld.RECURSE('source4/dynconfig')
+bld.RECURSE('dynconfig')
bld.RECURSE('lib/util/charset')
bld.RECURSE('source4/scripting/python')
bld.RECURSE('source4/param')