summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/samba_tool/wscript_build')
-rw-r--r--source4/samba_tool/wscript_build11
1 files changed, 1 insertions, 10 deletions
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
)