s4 net: rename to samba-tool in order to not clash with s3 net
[Samba/gebeck_regimport.git] / source4 / samba_tool / wscript_build
blobdf4d2de58f11eb6afa7016b340820e77ca0b60b8
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('samba_tool_drs',
4 source='drs/drs.c drs/drs_bind.c drs/drs_kcc.c drs/drs_replicate.c drs/drs_showrepl.c',
5 autoproto='drs/drs_proto.h',
6 subsystem='samba-tool',
7 deps='LIBCLI_DRSUAPI ldb LDBSAMBA',
8 internal_module=True
12 bld.SAMBA_BINARY('samba-tool',
13 source='samba_tool.c password.c vampire.c gpo.c',
14 autoproto='proto.h',
15 deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba_tool_drs policy auth',
16 pyembed=True