build: commit all the waf build files in the tree
[idra/samba.git] / source4 / auth / ntlm / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/auth/ntlm/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_MODULE('auth_sam_module',
6         source='auth_sam.c',
7         subsystem='auth',
8         init_function='auth_sam_init',
9         deps='SAMDB auth_sam ntlm_check'
10         )
11
12
13 bld.SAMBA_MODULE('auth_anonymous',
14         source='auth_anonymous.c',
15         subsystem='auth',
16         init_function='auth_anonymous_init'
17         )
18
19
20 bld.SAMBA_MODULE('auth_server',
21         source='auth_server.c',
22         subsystem='auth',
23         init_function='auth_server_init',
24         deps='LIBSAMBA-UTIL LIBCLI_SMB'
25         )
26
27
28 bld.SAMBA_MODULE('auth_winbind',
29         source='auth_winbind.c',
30         subsystem='auth',
31         init_function='auth_winbind_init',
32         deps='NDR_WINBIND MESSAGING LIBWINBIND-CLIENT LIBWBCLIENT'
33         )
34
35
36 bld.SAMBA_MODULE('auth_developer',
37         source='auth_developer.c',
38         subsystem='auth',
39         init_function='auth_developer_init'
40         )
41
42
43 bld.SAMBA_MODULE('auth_unix',
44         source='auth_unix.c',
45         subsystem='auth',
46         init_function='auth_unix_init',
47         deps='CRYPT PAM PAM_ERRORS NSS_WRAPPER UID_WRAPPER LIBTSOCKET'
48         )
49
50
51 bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
52         source='pam_errors.c'
53         )
54
55
56 bld.SAMBA_MODULE('auth',
57         source='auth.c auth_util.c auth_simple.c',
58         autoproto='auth_proto.h',
59         subsystem='service',
60         init_function='server_service_auth_init',
61         deps='LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS UTIL_TEVENT',
62         output_type='MERGED_OBJ'
63         )
64