mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
6b1ba79fbf
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 13:07:51 CET 2010 on sn-devel-104
8 lines
305 B
Python
8 lines
305 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('addns',
|
|
source='dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c',
|
|
public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5 uuid',
|
|
private_library=True,
|
|
vars=locals())
|