1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib/addns/wscript_build
2012-05-27 13:15:56 +10:00

8 lines
305 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='dnshostsfile samba-util gssapi ndr resolv',
private_library=True,
vars=locals())