mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
d3b4c2c771
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104
16 lines
317 B
Python
16 lines
317 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('MESSAGING',
|
|
source='messaging.c',
|
|
public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS util_tdb cluster ndr samba_socket dcerpc'
|
|
)
|
|
|
|
|
|
bld.SAMBA_PYTHON('python_messaging',
|
|
source='pymessaging.c',
|
|
deps='MESSAGING events pyparam_util',
|
|
realname='samba/messaging.so'
|
|
)
|
|
|