Remove public prototype headers. Generating both public and private prototype headers...
[bbaumbach/samba-autobuild/.git] / source4 / 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 PUBLIC_HEADERS = session.h
10 PRIVATE_PROTO_HEADER = session_proto.h
11 PUBLIC_DEPENDENCIES = CREDENTIALS
12
13 [SUBSYSTEM::auth_system_session]
14 OBJ_FILES = system_session.o
15 PRIVATE_PROTO_HEADER = system_session_proto.h
16 PUBLIC_DEPENDENCIES = CREDENTIALS
17 PRIVATE_DEPENDENCIES = auth_session LIBSAMBA-UTIL LIBSECURITY 
18
19 [SUBSYSTEM::auth_sam]
20 PRIVATE_PROTO_HEADER = auth_sam.h
21 OBJ_FILES = sam.o ntlm_check.o 
22 PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB LIBSECURITY
23 PRIVATE_DEPENDENCIES = LDAP_ENCODE
24
25 [SUBSYSTEM::auth_sam_reply]
26 PRIVATE_PROTO_HEADER = auth_sam_reply.h
27 OBJ_FILES = auth_sam_reply.o
28
29 #######################
30 # Start MODULE auth_sam
31 [MODULE::auth_sam_module]
32 # gensec_krb5 and gensec_gssapi depend on it
33 INIT_FUNCTION = auth_sam_init
34 SUBSYSTEM = auth
35 OBJ_FILES = auth_sam.o
36 PRIVATE_DEPENDENCIES = \
37                 SAMDB auth_sam
38 # End MODULE auth_sam
39 #######################
40
41 #######################
42 # Start MODULE auth_anonymous
43 [MODULE::auth_anonymous]
44 INIT_FUNCTION = auth_anonymous_init
45 SUBSYSTEM = auth
46 OBJ_FILES = auth_anonymous.o
47 # End MODULE auth_anonymous
48 #######################
49
50 #######################
51 # Start MODULE auth_winbind
52 [MODULE::auth_winbind]
53 INIT_FUNCTION = auth_winbind_init
54 SUBSYSTEM = auth
55 OBJ_FILES = auth_winbind.o
56 PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
57 # End MODULE auth_winbind
58 #######################
59
60 #######################
61 # Start MODULE auth_developer
62 [MODULE::auth_developer]
63 INIT_FUNCTION = auth_developer_init
64 SUBSYSTEM = auth
65 OBJ_FILES = auth_developer.o
66 # End MODULE auth_developer
67 #######################
68
69 [MODULE::auth_unix]
70 INIT_FUNCTION = auth_unix_init
71 SUBSYSTEM = auth
72 OBJ_FILES = auth_unix.o
73 PRIVATE_DEPENDENCIES = CRYPT PAM PAM_ERRORS NSS_WRAPPER
74
75 [SUBSYSTEM::PAM_ERRORS]
76 PRIVATE_PROTO_HEADER = pam_errors.h
77 OBJ_FILES = pam_errors.o
78
79 #######################
80 # Start SUBSYSTEM auth
81 [SUBSYSTEM::auth]
82 #VERSION = 0.0.1
83 #SO_VERSION = 0
84 PUBLIC_HEADERS = auth.h
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 [PYTHON::swig_auth]
96 PUBLIC_DEPENDENCIES = auth_system_session
97 PRIVATE_DEPENDENCIES = SAMDB 
98 SWIG_FILE = auth.i