1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00
Files
samba-mirror/source4/lib/messaging/wscript_build
Andrew Tridgell b690fedef5 s4-waf: removed the AUTOGENERATED markers
we won't be using the mk -> wscript generator again
2010-04-06 20:27:16 +10:00

16 lines
331 B
Python

#!/usr/bin/env python
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'
)