wscript: remove executable bits for all wscript* files
[nivanova/samba-autobuild/.git] / source4 / auth / kerberos / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_SUBSYSTEM('KRB_INIT_CTX',
4                     source='krb5_init_context.c',
5                     deps='gssapi krb5samba'
6                    )
7
8 bld.SAMBA_LIBRARY('authkrb5',
9                   source='kerberos_pac.c',
10                   autoproto='proto.h',
11                   public_deps='ndr-krb5pac krb5samba samba_socket LIBCLI_RESOLVE asn1',
12                   deps='auth_sam_reply tevent LIBPACKET ndr ldb krb5samba KRB_INIT_CTX KRB5_PAC samba-errors',
13                   private_library=True
14                   )
15
16 bld.SAMBA_SUBSYSTEM('KERBEROS_UTIL',
17         autoproto='kerberos_util.h',
18         source='kerberos_util.c',
19         deps='authkrb5 krb5samba com_err CREDENTIALS_KRB5',
20         )
21
22 bld.SAMBA_SUBSYSTEM('KERBEROS_SRV_KEYTAB',
23         autoproto='kerberos_srv_keytab.h',
24         source='srv_keytab.c',
25         deps='authkrb5',
26         )