build: waf quicktest nearly works
[kai/samba-autobuild/.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         deps='SAMDB'
16         )
17
18
19 bld.SAMBA_SUBSYSTEM('samba_server_gensec',
20         source='samba_server_gensec.c',
21         public_deps='CREDENTIALS gensec auth'
22         )
23
24
25 bld.SAMBA_SUBSYSTEM('auth_system_session',
26         source='system_session.c',
27         autoproto='system_session_proto.h',
28         public_deps='CREDENTIALS',
29         deps='auth_session LIBSAMBA-UTIL LIBSECURITY'
30         )
31
32
33 bld.SAMBA_SUBSYSTEM('auth_sam',
34         source='sam.c',
35         autoproto='auth_sam.h',
36         public_deps='SAMDB UTIL_LDB LIBSECURITY ldb',
37         deps=''
38         )
39
40
41 bld.SAMBA_SUBSYSTEM('auth_sam_reply',
42         source='auth_sam_reply.c',
43         autoproto='auth_sam_reply.h'
44         )
45
46
47 bld.SAMBA_PYTHON('pyauth',
48         source='pyauth.c',
49         public_deps='auth_system_session',
50         deps='SAMDB PYTALLOC pyparam_util',
51         realname='samba/auth.so'
52         )
53