1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/lib/addns/wscript_build

17 lines
527 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_LIBRARY('addns',
source='''
dnsquery.c
dnsrecord.c
dnsutils.c
dnssock.c
dnsgss.c
dnsmarshall.c
error.c
dnsquery_srv.c
''',
public_deps='samba-util gssapi ndr resolv dns_lookup',
private_library=True,
vars=locals())