summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-10 04:33:29 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:49:02 +0100
commit038c75c0cb6307ee411cb3eabdf2305f2f3b653d (patch)
tree1f5a962c246a72985bb804cefaed26c9875d64cb /source4/auth/kerberos/config.mk
parent70116cdcacb569316b23cd6fbe06c628415eea52 (diff)
downloadsamba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.tar.gz
samba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.tar.bz2
samba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.zip
r26357: Add separate subsystem for auth_sam_reply parsing.
(This used to be commit 2d61e7c96e249d7031b709e9f727626a78e435f1)
Diffstat (limited to 'source4/auth/kerberos/config.mk')
-rw-r--r--source4/auth/kerberos/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk
index 87c62fb6ed..1c70ef2e63 100644
--- a/source4/auth/kerberos/config.mk
+++ b/source4/auth/kerberos/config.mk
@@ -10,6 +10,6 @@ OBJ_FILES = kerberos.o \
gssapi_parse.o \
krb5_init_context.o
PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
-PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam CREDENTIALS_KRB5
+PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply CREDENTIALS_KRB5
# End SUBSYSTEM KERBEROS
#################################