1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/messaging/wscript_build
Amitay Isaacs 93408f60cb lib/messaging: Move messages_dgm out of source3
... so CTDB can also use it.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
2020-05-06 00:06:40 +00:00

17 lines
490 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('messages_dgm',
source='''
messages_dgm.c
messages_dgm_ref.c
''',
deps='''
talloc
samba-debug
PTHREADPOOL
msghdr
genrand
samba-util
''',
private_library=True)