summaryrefslogtreecommitdiff
path: root/source4/scripting/wscript_build
diff options
context:
space:
mode:
authorDave Craft <wimberosa@gmail.com>2011-11-03 12:39:53 -0500
committerAndrew Tridgell <tridge@samba.org>2011-11-07 10:02:45 +1100
commitd85b6edf8cdfd953ce96a50466595384db4c698b (patch)
tree9223d3a0a6a9b7bdc3b2bdfc5a1bc774a1c28089 /source4/scripting/wscript_build
parentc78dac4fde0fdcdfe44a4bc98da30f43cf32ff6c (diff)
downloadsamba-d85b6edf8cdfd953ce96a50466595384db4c698b.tar.gz
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_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index 90f1f2f0214..8029187fffa 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')