203fd8e5a125b6b80cc1181cc282df4f93cf7ec6
[kamenim/samba.git] / source4 / lib / messaging / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/lib/messaging/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('MESSAGING',
8         source='messaging.c',
9         public_deps='LIBSAMBA-UTIL TDB_WRAP NDR_IRPC UNIX_PRIVS UTIL_TDB CLUSTER LIBNDR samba_socket'
10         )
11
12
13 bld.SAMBA_PYTHON('python_messaging',
14         source='pymessaging.c',
15         deps='MESSAGING LIBEVENTS python_irpc pyparam_util',
16         realname='samba/messaging.so'
17         )
18