summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-01-01 03:56:27 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-01 04:46:35 +0100
commit3b4fd3573e581c610e38cc6a652d57da533062c4 (patch)
tree9d67f128c8f016fda5fb8f6354e4f24b7d25924b /source4/auth/kerberos
parentd93fd5f06b5a9e6c58e4b4239d704b8c60f522ca (diff)
downloadsamba-3b4fd3573e581c610e38cc6a652d57da533062c4.tar.gz
samba-3b4fd3573e581c610e38cc6a652d57da533062c4.tar.bz2
samba-3b4fd3573e581c610e38cc6a652d57da533062c4.zip
heimdal_build: Add missing dependencies when building with system heimdal.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/auth/kerberos')
-rw-r--r--source4/auth/kerberos/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build
index c272d294b7..1c3790c399 100644
--- a/source4/auth/kerberos/wscript_build
+++ b/source4/auth/kerberos/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_LIBRARY('authkrb5',
source='kerberos.c clikrb5.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c',
autoproto='proto.h',
- public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE com_err',
+ public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE com_err asn1',
deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET ndr',
private_library=True
)