mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
7f00fcf558
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
8 lines
292 B
Python
Executable File
8 lines
292 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('addns',
|
|
source='dnsquery.c dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c',
|
|
public_deps='samba-util gssapi ndr resolv',
|
|
private_library=True,
|
|
vars=locals())
|