mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
8 lines
305 B
Python
Executable File
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())
|