From 3d8d382fe57125c1752cab85f9edcb094887b9dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Nov 2010 23:50:25 +1100 Subject: s4-samba-tool: switched over to python version of samba-tool drs --- source4/samba_tool/wscript_build | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'source4/samba_tool/wscript_build') diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build index 1f5390d5c1..5b7dbc95ba 100644 --- a/source4/samba_tool/wscript_build +++ b/source4/samba_tool/wscript_build @@ -1,17 +1,8 @@ #!/usr/bin/env python -bld.SAMBA_MODULE('samba_tool_drs', - source='drs/drs.c drs/drs_bind.c drs/drs_kcc.c drs/drs_replicate.c drs/drs_showrepl.c', - autoproto='drs/drs_proto.h', - subsystem='samba-tool', - deps='LIBCLI_DRSUAPI ldb ldbsamba', - internal_module=True - ) - - bld.SAMBA_BINARY('samba-tool', source='samba_tool.c password.c vampire.c gpo.c', autoproto='proto.h', - deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba_tool_drs policy auth', + deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS policy auth', pyembed=True ) -- cgit