summaryrefslogtreecommitdiffstats
path: root/source3/script/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/wscript_build')
-rw-r--r--source3/script/wscript_build12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/script/wscript_build b/source3/script/wscript_build
new file mode 100644
index 0000000..56c904f
--- /dev/null
+++ b/source3/script/wscript_build
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+
+from samba_utils import MODE_755
+
+bld.INSTALL_FILES('${BINDIR}',
+ 'smbtar',
+ chmod=MODE_755, flat=True)
+
+# Callout scripts for use in selftest environment
+bld.SAMBA_SCRIPT('smbaddshare', pattern='smbaddshare', installdir='.')
+bld.SAMBA_SCRIPT('smbchangeshare', pattern='smbchangeshare', installdir='.')
+bld.SAMBA_SCRIPT('smbdeleteshare', pattern='smbdeleteshare', installdir='.')