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