summaryrefslogtreecommitdiff
path: root/source4/utils/net/wscript_build
blob: 48c766336ddba04fd3797b52d75e944a15a354f8 (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='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth',
	pyembed=True
	)