mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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
5 lines
190 B
Python
5 lines
190 B
Python
#!/usr/bin/env python
|
|
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
|
|
source='gssapi_pac.c kerberos_pac.c gssapi_helper.c',
|
|
deps='gssapi_krb5 ndr-krb5pac krb5samba')
|