summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/config.mk
blob: 609b036b64dc37c892aea58aecd6c153c65be11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#################################
# Start SUBSYSTEM KERBEROS
[SUBSYSTEM::KERBEROS]
PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE
PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply LIBTEVENT LIBPACKET LIBNDR
# End SUBSYSTEM KERBEROS
#################################

KERBEROS_OBJ_FILES = $(addprefix $(authsrcdir)/kerberos/, \
	kerberos.o \
	clikrb5.o \
	kerberos_heimdal.o \
	kerberos_pac.o \
	gssapi_parse.o \
	krb5_init_context.o \
	keytab_copy.o)

$(eval $(call proto_header_template,$(authsrcdir)/kerberos/proto.h,$(KERBEROS_OBJ_FILES:.o=.c)))