r6839: Add support for building subsystems as shared libraries. This can be
[gd/samba/.git] / source4 / auth / config.mk
1 # AUTH Server subsystem
2
3 #######################
4 # Start MODULE auth_sam
5 [MODULE::auth_sam]
6 INIT_FUNCTION = auth_sam_init
7 SUBSYSTEM = AUTH
8 INIT_OBJ_FILES = \
9                 auth/auth_sam.o
10 REQUIRED_SUBSYSTEMS = \
11                 SAMDB
12 # End MODULE auth_sam
13 #######################
14
15 #######################
16 # Start MODULE auth_anonymous
17 [MODULE::auth_anonymous]
18 INIT_FUNCTION = auth_anonymous_init
19 SUBSYSTEM = AUTH
20 INIT_OBJ_FILES = \
21                 auth/auth_anonymous.o
22 # End MODULE auth_anonymous
23 #######################
24
25 #######################
26 # Start MODULE auth_winbind
27 [MODULE::auth_winbind]
28 INIT_FUNCTION = auth_winbind_init
29 SUBSYSTEM = AUTH
30 INIT_OBJ_FILES = \
31                 auth/auth_winbind.o
32 REQUIRED_SUBSYSTEMS = \
33                 LIB_WINBIND_CLIENT \
34                 NDR_NETLOGON NDR
35 # End MODULE auth_winbind
36 #######################
37
38 #######################
39 # Start MODULE auth_domain
40 [MODULE::auth_domain]
41 INIT_FUNCTION = auth_domain_init
42 SUBSYSTEM = AUTH
43 INIT_OBJ_FILES = \
44                 auth/auth_domain.o
45 REQUIRED_SUBSYSTEMS = \
46                 NDR_NETLOGON NDR
47 # End MODULE auth_winbind
48 #######################
49
50 #######################
51 # Start MODULE auth_developer
52 [MODULE::auth_developer]
53 INIT_FUNCTION = auth_developer_init
54 SUBSYSTEM = AUTH
55 INIT_OBJ_FILES = \
56                 auth/auth_developer.o
57 # End MODULE auth_developer
58 #######################
59
60 #######################
61 # Start SUBSYSTEM AUTH
62 [SUBSYSTEM::AUTH]
63 INIT_OBJ_FILES = \
64                 auth/auth.o
65 ADD_OBJ_FILES = \
66                 auth/auth_util.o \
67                 auth/ntlm_check.o
68 # End SUBSYSTEM AUTH
69 #######################