9845be44cc0d608f4c7103d2793ae1b7cdb4c210
[samba.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',
8         internal_module=True
9         )
10
11
12 bld.SAMBA_BINARY('net',
13         source='net.c net_machinepw.c net_password.c net_time.c net_join.c net_vampire.c net_user.c net_export_keytab.c',
14         autoproto='net_proto.h',
15         installdir='BINDIR',
16         deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET LIBPOPT POPT_SAMBA POPT_CREDENTIALS net_drs',
17         needs_python=True
18         )
19