summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-27 23:50:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-28 00:16:38 +1100
commit3d8d382fe57125c1752cab85f9edcb094887b9dc (patch)
tree55b77b5bba72536df8a8eaa8303a006fd0c3d854 /source4/samba_tool/wscript_build
parentd06bf954ba780f915ecff2f450f0c9f4c6b79dc0 (diff)
downloadsamba-3d8d382fe57125c1752cab85f9edcb094887b9dc.tar.gz
samba-3d8d382fe57125c1752cab85f9edcb094887b9dc.tar.bz2
samba-3d8d382fe57125c1752cab85f9edcb094887b9dc.zip
s4-samba-tool: switched over to python version of samba-tool drs
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
)