summaryrefslogtreecommitdiff
path: root/source4/utils/net/wscript_build
blob: 772795f07ec345859361279b74ec4dc505dfdb92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python

bld.SAMBA_MODULE('net_drs',
	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',
	autoproto='drs/net_drs_proto.h',
	subsystem='net',
	deps='LIBCLI_DRSUAPI ldb LDBSAMBA',
	internal_module=True
	)


bld.SAMBA_BINARY('net',
	source='net.c net_password.c net_vampire.c net_gpo.c',
	autoproto='net_proto.h',
	deps='libsamba-hostconfig libsamba-util libsamba-net popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth',
	pyembed=True
	)