1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-01 05:47:28 +03:00
samba-mirror/lib/messaging/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
490 B
Plaintext
Raw Normal View History

#!/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)