1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00
samba-mirror/source3/libaddns/wscript_build
Günther Deschner 9df126d324 libaddns: add dns_errstr().
Guenther
2010-11-22 11:25:18 +01:00

8 lines
303 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('libaddns',
source='dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c',
public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5',
private_library=True,
vars=locals())