s4-server: move the creation of the IPC$ share into ntvfs
[Samba.git] / source4 / samba_tool / wscript_build
blob1f5390d5c13a26c70272d0b95820e2b6ac9aaa5e
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