s4:samldb LDB module - make the "userAccountControl" and "groupType" modify handlers...
[kai/samba-autobuild/.git] / source4 / auth / kerberos / config.mk
1 #################################
2 # Start SUBSYSTEM KERBEROS
3 [SUBSYSTEM::KERBEROS]
4 PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE
5 PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply LIBTEVENT LIBPACKET LIBNDR
6 # End SUBSYSTEM KERBEROS
7 #################################
8
9 KERBEROS_OBJ_FILES = $(addprefix $(authsrcdir)/kerberos/, \
10         kerberos.o \
11         clikrb5.o \
12         kerberos_heimdal.o \
13         kerberos_pac.o \
14         gssapi_parse.o \
15         krb5_init_context.o \
16         keytab_copy.o)
17
18 $(eval $(call proto_header_template,$(authsrcdir)/kerberos/proto.h,$(KERBEROS_OBJ_FILES:.o=.c)))
19