772795f07ec345859361279b74ec4dc505dfdb92
[ab/samba.git/.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         pyembed=True
17         )
18