mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
19 lines
453 B
Python
19 lines
453 B
Python
#!/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'
|
|
)
|
|
|