summaryrefslogtreecommitdiff
path: root/source4/winbind/wscript_build
blob: 61adeb598d995194762750709e754fe46282323d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/env python


bld.SAMBA_MODULE('service_winbindd',
	source='winbindd.c',
	subsystem='service',
	init_function='server_service_winbindd_init',
	deps='process_model UTIL_RUNCMD',
	internal_module=False,
	)


bld.SAMBA_SUBSYSTEM('WB_HELPER',
	source='wb_utils.c',
	autoproto='wb_helper.h',
	public_deps='RPC_NDR_LSA dcerpc-samr'
	)


bld.SAMBA_SUBSYSTEM('IDMAP',
	source='idmap.c',
	autoproto='idmap_proto.h',
	public_deps='samdb-common ldbsamba'
	)