99d8c5593d9af57e8fb6dbc3326b8066dc634256
[sfrench/samba-autobuild/.git] / source4 / utils / net / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_MODULE('net_drs',
4         source='drs/net_drs.c drs/net_drs_bind.c drs/net_drs_kcc.c drs/net_drs_replicate.c drs/net_drs_showrepl.c',
5         autoproto='drs/net_drs_proto.h',
6         subsystem='net',
7         deps='LIBCLI_DRSUAPI ldb LDBSAMBA',
8         internal_module=True
9         )
10
11
12 bld.SAMBA_BINARY('net',
13         source='net.c net_password.c net_vampire.c net_gpo.c',
14         autoproto='net_proto.h',
15         deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth',
16         needs_python=True
17         )
18