summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/wscript_build
blob: ba98321b01aebfa814e83f1c62141170ba93fbca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AUTOGENERATED by mktowscript.pl from ../../source4/lib/messaging/config.mk
# Please remove this notice if hand editing


bld.SAMBA_SUBSYSTEM('MESSAGING',
	source='messaging.c',
	public_deps='LIBSAMBA-UTIL TDB_WRAP NDR_IRPC UNIX_PRIVS UTIL_TDB CLUSTER LIBNDR samba_socket'
	)


bld.SAMBA_PYTHON('python_messaging',
	source='pymessaging.c',
	deps='MESSAGING LIBEVENTS python_irpc pyparam_util',
	realname='samba/messaging.so'
	)