mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
|
#!/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)
|