summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-12-29 16:08:44 +0100
committerJelmer Vernooij <jelmer@ganieda.vernstok.nl>2009-12-29 16:26:21 +0100
commitfbb59b2dcac1ce4d952c17d010ebf3bcfca863cd (patch)
treeb00fbe9652b19569f2c774d7026089ab056862e0 /source4/auth
parent94454ad07393e1fea0b04ede96fe95893ed2d00e (diff)
downloadsamba-fbb59b2dcac1ce4d952c17d010ebf3bcfca863cd.tar.gz
samba-fbb59b2dcac1ce4d952c17d010ebf3bcfca863cd.tar.bz2
samba-fbb59b2dcac1ce4d952c17d010ebf3bcfca863cd.zip
dsdb: Fix dependencies when building against system ldb.
Diffstat (limited to 'source4/auth')
-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 6b051ef46c..32f415a8bf 100644
--- a/source4/auth/credentials/config.mk
+++ b/source4/auth/credentials/config.mk
@@ -4,7 +4,7 @@
PUBLIC_DEPENDENCIES = \
LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB HEIMDAL_GSSAPI
PRIVATE_DEPENDENCIES = \
- SECRETS
+ SECRETS SAMDB
CREDENTIALS_OBJ_FILES = $(addprefix $(authsrcdir)/credentials/, credentials.o credentials_files.o credentials_ntlm.o credentials_krb5.o ../kerberos/kerberos_util.o)