mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
93408f60cb
... so CTDB can also use it. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org>
17 lines
490 B
Python
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)
|