1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

19 lines
453 B
Plaintext
Raw Normal View History

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