s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[idra/samba.git] / source4 / auth / kerberos / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/auth/kerberos/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('KERBEROS',
8         source='kerberos.c clikrb5.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c',
9         autoproto='proto.h',
10         public_deps='HEIMDAL_KRB5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE',
11         deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET LIBNDR'
12         )
13