mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
9df126d324
Guenther
8 lines
303 B
Python
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())
|