summaryrefslogtreecommitdiff
path: root/source4/auth/credentials
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 11:12:42 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:51:07 +0100
commitc2604542295d5665172019da829544202ff034d6 (patch)
tree9eecbeac8d10f0fd3564916297a1aecbd3d1b276 /source4/auth/credentials
parent32f439bfa458f7936b507cb5a1e3c74bcb8c68bf (diff)
downloadsamba-c2604542295d5665172019da829544202ff034d6.tar.gz
samba-c2604542295d5665172019da829544202ff034d6.tar.bz2
samba-c2604542295d5665172019da829544202ff034d6.zip
r26504: Don't rely on system-provided kerberos headers.
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2)
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r--source4/auth/credentials/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index 902a9c42b7..4c8308d01f 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -9,9 +9,9 @@ OBJ_FILES = credentials.o \
credentials_krb5.o \
../kerberos/kerberos_util.o
PUBLIC_DEPENDENCIES = \
- LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB
+ LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB HEIMDAL_GSSAPI
PRIVATE_DEPENDENCIES = \
- HEIMDAL_GSSAPI KERBEROS SECRETS
+ SECRETS
[PYTHON::swig_credentials]
PUBLIC_DEPENDENCIES = CREDENTIALS LIBPYTHON