summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-04 16:14:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-05 00:38:34 +0200
commit9eab95bd08cf63b63de63ed8dc88ca3a40345b19 (patch)
treec93175181d48d1e72df5ef03747779fca19a75a3 /source4/auth
parent39f9bfde394e9f2408ba11a40267de9c3a6e119e (diff)
downloadsamba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.tar.gz
samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.tar.bz2
samba-9eab95bd08cf63b63de63ed8dc88ca3a40345b19.zip
heimdal: Fix name of hx509 library.
Diffstat (limited to 'source4/auth')
-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 4cb9d799b6..435601d5e5 100644
--- a/source4/auth/kerberos/wscript_build
+++ b/source4/auth/kerberos/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_SUBSYSTEM('KERBEROS',
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='HEIMDAL_KRB5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE',
+ public_deps='krb5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE',
deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET LIBNDR'
)