s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[sfrench/samba-autobuild/.git] / source4 / auth / credentials / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/auth/credentials/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_SUBSYSTEM('CREDENTIALS',
8         source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c ../kerberos/kerberos_util.c',
9         autoproto='credentials_proto.h',
10         public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB HEIMDAL_GSSAPI',
11         public_headers='credentials.h',
12         deps='SECRETS SAMDB'
13         )
14
15
16 bld.SAMBA_PYTHON('pycredentials',
17         source='pycredentials.c',
18         public_deps='CREDENTIALS LIBCMDLINE_CREDENTIALS PYTALLOC pyparam_util',
19         realname='samba/credentials.so'
20         )
21