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