r26136: Attempt to fix dependencies for auth.
[ira/wip.git] / source4 / auth / config.mk
1 # auth server subsystem
2 include gensec/config.mk
3 include kerberos/config.mk
4 include ntlmssp/config.mk
5 include credentials/config.mk
6
7 [SUBSYSTEM::auth_session]
8 OBJ_FILES = session.o
9 PUBLIC_PROTO_HEADER = session_proto.h
10
11 [SUBSYSTEM::auth_system_session]
12 OBJ_FILES = system_session.o
13 PUBLIC_PROTO_HEADER = system_session_proto.h
14 PRIVATE_DEPENDENCIES = auth_session
15
16 [SUBSYSTEM::auth_sam]
17 PRIVATE_PROTO_HEADER = auth_sam.h
18 OBJ_FILES = sam.o auth_sam_reply.o ntlm_check.o 
19 PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB
20
21 #######################
22 # Start MODULE auth_sam
23 [MODULE::auth_sam_module]
24 # gensec_krb5 and gensec_gssapi depend on it
25 INIT_FUNCTION = auth_sam_init
26 SUBSYSTEM = auth
27 OBJ_FILES = auth_sam.o
28 PRIVATE_DEPENDENCIES = \
29                 SAMDB auth_sam
30 # End MODULE auth_sam
31 #######################
32
33 #######################
34 # Start MODULE auth_anonymous
35 [MODULE::auth_anonymous]
36 INIT_FUNCTION = auth_anonymous_init
37 SUBSYSTEM = auth
38 OBJ_FILES = auth_anonymous.o
39 # End MODULE auth_anonymous
40 #######################
41
42 #######################
43 # Start MODULE auth_winbind
44 [MODULE::auth_winbind]
45 INIT_FUNCTION = auth_winbind_init
46 SUBSYSTEM = auth
47 OBJ_FILES = auth_winbind.o
48 PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
49 # End MODULE auth_winbind
50 #######################
51
52 #######################
53 # Start MODULE auth_developer
54 [MODULE::auth_developer]
55 INIT_FUNCTION = auth_developer_init
56 SUBSYSTEM = auth
57 OBJ_FILES = auth_developer.o
58 # End MODULE auth_developer
59 #######################
60
61 [MODULE::auth_unix]
62 INIT_FUNCTION = auth_unix_init
63 SUBSYSTEM = auth
64 OBJ_FILES = auth_unix.o
65 PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS NSS_WRAPPER
66
67 [SUBSYSTEM::PAM_ERRORS]
68 PRIVATE_PROTO_HEADER = pam_errors.h
69 OBJ_FILES = pam_errors.o
70
71 #######################
72 # Start SUBSYSTEM auth
73 [SUBSYSTEM::auth]
74 #VERSION = 0.0.1
75 #SO_VERSION = 0
76 PUBLIC_HEADERS = auth.h
77 PUBLIC_PROTO_HEADER = auth_proto.h
78 OBJ_FILES = \
79                 auth.o \
80                 auth_util.o \
81                 auth_simple.o
82 PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS
83 # End SUBSYSTEM auth
84 #######################
85
86 [PYTHON::swig_auth]
87 PUBLIC_DEPENDENCIES = auth LIBPYTHON
88 PRIVATE_DEPENDENCIES = SAMDB 
89 SWIG_FILE = auth.i