summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-08-03 09:21:21 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 14:26:11 +1000
commite2af38415163f248e3dbd5a2abc156761e74b87c (patch)
treefb54e08b0a60fd4f24b0fd2a508b1c5342fa7062 /source4/samba_tool/wscript_build
parent7d137f8bda1cc245762f53e6e8e562dda0336bdb (diff)
downloadsamba-e2af38415163f248e3dbd5a2abc156761e74b87c.tar.gz
samba-e2af38415163f248e3dbd5a2abc156761e74b87c.tar.bz2
samba-e2af38415163f248e3dbd5a2abc156761e74b87c.zip
samba-tool: Remove C version of samba-tool
Python version of samba-tool has now implemented all the commands from C version and more. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/samba_tool/wscript_build')
-rw-r--r--source4/samba_tool/wscript_build9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build
deleted file mode 100644
index 4092b53de3..0000000000
--- a/source4/samba_tool/wscript_build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-bld.SAMBA_BINARY('samba-tool-c',
- source='samba_tool.c vampire.c gpo.c',
- autoproto='proto.h',
- deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4',
- pyembed=True,
- install=False
- )