summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
blob: 4414ca27fa1ec6b999de086ad58bef8a37ad8673 (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
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('NDR_LIBNETAPI',
	source='gen_ndr/ndr_libnetapi.c',
	public_deps='LIBNDR'
	)

bld.SAMBA_SUBSYSTEM('NDR_MESSAGING',
	source='gen_ndr/ndr_messaging.c',
	public_deps='LIBNDR'
	)

bld.SAMBA_SUBSYSTEM('NDR_NOTIFY',
	source='gen_ndr/ndr_notify.c',
	public_deps='LIBNDR'
	)

bld.SAMBA_SUBSYSTEM('NDR_PREG',
	source='gen_ndr/ndr_preg.c ndr/ndr_preg.c',
	public_deps='LIBNDR'
	)

bld.SAMBA_SUBSYSTEM('NDR_SECRETS',
	source='gen_ndr/ndr_secrets.c',
	public_deps='LIBNDR'
	)

bld.SAMBA_SUBSYSTEM('NDR_WBINT',
	source='gen_ndr/ndr_wbint.c',
	public_deps='LIBNDR'
	)

bld.SAMBA_SUBSYSTEM('RPC_NDR_WBINT',
	source='../librpc/gen_ndr/ndr_wbint_c.c',
	public_deps='dcerpc NDR_WBINT'
	)