diff options
author | Dave Craft <wimberosa@gmail.com> | 2011-11-03 12:39:53 -0500 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-11-07 10:02:45 +1100 |
commit | d85b6edf8cdfd953ce96a50466595384db4c698b (patch) | |
tree | 9223d3a0a6a9b7bdc3b2bdfc5a1bc774a1c28089 /source4/scripting/wscript_build | |
parent | c78dac4fde0fdcdfe44a4bc98da30f43cf32ff6c (diff) | |
download | samba-d85b6edf8cdfd953ce96a50466595384db4c698b.tar.gz samba-d85b6edf8cdfd953ce96a50466595384db4c698b.tar.bz2 samba-d85b6edf8cdfd953ce96a50466595384db4c698b.zip |
samba_kcc addtion
Scaffolding and initial implementations of
portions of the KCC in python. This code currently
properly computes the graph nodes for the intrasite
topology as well as enumerating all steps for a full
run of the KCC.
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/wscript_build')
-rw-r--r-- | source4/scripting/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index 90f1f2f021..8029187fff 100644 --- a/source4/scripting/wscript_build +++ b/source4/scripting/wscript_build @@ -2,7 +2,7 @@ from samba_utils import MODE_755 -bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba-tool', +bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba-tool bin/samba_kcc', chmod=MODE_755, python_fixup=True, flat=True) bld.RECURSE('bin') |