From e2af38415163f248e3dbd5a2abc156761e74b87c Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 3 Aug 2011 09:21:21 +1000 Subject: 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 --- source4/samba_tool/wscript_build | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 source4/samba_tool/wscript_build (limited to 'source4/samba_tool/wscript_build') 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 - ) -- cgit