diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-08-03 09:21:21 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 14:26:11 +1000 |
commit | e2af38415163f248e3dbd5a2abc156761e74b87c (patch) | |
tree | fb54e08b0a60fd4f24b0fd2a508b1c5342fa7062 /wscript_build | |
parent | 7d137f8bda1cc245762f53e6e8e562dda0336bdb (diff) | |
download | samba-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 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build index f5ae5f2a3a..9e2737d5fb 100644 --- a/wscript_build +++ b/wscript_build @@ -85,7 +85,6 @@ bld.RECURSE('source4/nbt_server') bld.RECURSE('source4/wrepl_server') bld.RECURSE('source4/cldap_server') bld.RECURSE('source4/ntp_signd') -bld.RECURSE('source4/samba_tool') bld.RECURSE('source4/utils') bld.RECURSE('source4/ntvfs') bld.RECURSE('source4/ntptr') |