mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
4b295b106c
These files should not be executable. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Jan 11 20:21:01 CET 2017 on sn-devel-144
8 lines
292 B
Python
8 lines
292 B
Python
#!/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='samba-util gssapi ndr resolv',
|
|
private_library=True,
|
|
vars=locals())
|