s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[samba.git] / source4 / auth / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/auth/config.mk
4 # Please remove this notice if hand editing
5
6 bld.BUILD_SUBDIR('gensec')
7 bld.BUILD_SUBDIR('kerberos')
8 bld.BUILD_SUBDIR('ntlmssp')
9 bld.BUILD_SUBDIR('ntlm')
10 bld.BUILD_SUBDIR('credentials')
11
12 bld.SAMBA_SUBSYSTEM('auth_session',
13         source='session.c',
14         autoproto='session_proto.h',
15         public_deps='CREDENTIALS',
16         public_headers='session.h',
17         header_path='samba',
18         deps='SAMDB'
19         )
20
21
22 bld.SAMBA_SUBSYSTEM('samba_server_gensec',
23         source='samba_server_gensec.c',
24         public_deps='CREDENTIALS gensec auth'
25         )
26
27
28 bld.SAMBA_SUBSYSTEM('auth_system_session',
29         source='system_session.c',
30         autoproto='system_session_proto.h',
31         public_deps='CREDENTIALS',
32         deps='auth_session LIBSAMBA-UTIL LIBSECURITY'
33         )
34
35
36 bld.SAMBA_SUBSYSTEM('auth_sam',
37         source='sam.c',
38         autoproto='auth_sam.h',
39         public_deps='SAMDB UTIL_LDB LIBSECURITY ldb',
40         deps=''
41         )
42
43
44 bld.SAMBA_SUBSYSTEM('auth_sam_reply',
45         source='auth_sam_reply.c',
46         autoproto='auth_sam_reply.h'
47         )
48
49
50 bld.SAMBA_PYTHON('pyauth',
51         source='pyauth.c',
52         public_deps='auth_system_session',
53         deps='SAMDB PYTALLOC pyparam_util',
54         realname='samba/auth.so'
55         )
56