summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-06-04 08:22:30 +1000
committerAndrew Tridgell <tridge@samba.org>2011-06-06 12:26:11 +1000
commit473b3446998ca49e6597e30f8bbca43fd7215769 (patch)
treee615a1ed6b44afcbd13ec75999156be45040d230 /source4/scripting/bin/wscript_build
parent0e1d7eb429a3c6b34ed659f86b8d7a92434acd37 (diff)
downloadsamba-473b3446998ca49e6597e30f8bbca43fd7215769.tar.gz
samba-473b3446998ca49e6597e30f8bbca43fd7215769.tar.bz2
samba-473b3446998ca49e6597e30f8bbca43fd7215769.zip
s4-script: install some of the samba scripts in bin/ during build
Diffstat (limited to 'source4/scripting/bin/wscript_build')
-rw-r--r--source4/scripting/bin/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/scripting/bin/wscript_build b/source4/scripting/bin/wscript_build
new file mode 100644
index 0000000000..e52b32bc02
--- /dev/null
+++ b/source4/scripting/bin/wscript_build
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+bld.SAMBA_SCRIPT('samba_dnsupdate', pattern='samba_dnsupdate', installdir='.')
+bld.SAMBA_SCRIPT('samba_spnupdate', pattern='samba_spnupdate', installdir='.')
+bld.SAMBA_SCRIPT('upgradeprovision', pattern='upgradeprovision', installdir='.')