summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-15 22:23:30 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:50:27 +0100
commita21a484a0153a339d275751cd077557d7cbf5208 (patch)
tree2fc395becdc4de4476b482504337813b142c5e1c /source4/auth/kerberos
parent2b021f7f5922299c73578b030a7cdee5e893736f (diff)
downloadsamba-a21a484a0153a339d275751cd077557d7cbf5208.tar.gz
samba-a21a484a0153a339d275751cd077557d7cbf5208.tar.bz2
samba-a21a484a0153a339d275751cd077557d7cbf5208.zip
r26460: Enable ldb python tests.
(This used to be commit 25e982453142eb7d2f68c0751d641581b46fbb49)
Diffstat (limited to 'source4/auth/kerberos')
-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 1c70ef2e63..c3f8c6f8ce 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_reply CREDENTIALS_KRB5
+PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply CREDENTIALS_KRB5 LIBPACKET LIBNDR
# End SUBSYSTEM KERBEROS
#################################