summaryrefslogtreecommitdiff
path: root/source4/auth/credentials
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-15 22:23:45 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:29 +0100
commit1bc38f9fb39eec46b31fa4ef36699b8f52f52350 (patch)
tree87715eb5388e855ec04180c0a022456cb2b69683 /source4/auth/credentials
parent5b7ed0cd7f92de0a231c65d167c8cd5e90366b34 (diff)
downloadsamba-1bc38f9fb39eec46b31fa4ef36699b8f52f52350.tar.gz
samba-1bc38f9fb39eec46b31fa4ef36699b8f52f52350.tar.bz2
samba-1bc38f9fb39eec46b31fa4ef36699b8f52f52350.zip
r26464: Tighten dependencies.
(This used to be commit 2b7cfa5d9ab94e1ff2d60719cd3749810463ab15)
Diffstat (limited to 'source4/auth/credentials')
-rw-r--r--source4/auth/credentials/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk
index 7b091313c9..c8fb8c8628 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -7,7 +7,7 @@ OBJ_FILES = credentials.o \
credentials_files.o \
credentials_ntlm.o
PUBLIC_DEPENDENCIES = \
- LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS
+ LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB
PRIVATE_DEPENDENCIES = CREDENTIALS_KRB5
# End SUBSYSTEM CREDENTIALS
#################################