From e26b1a69689c8123bddf33830e9659d460815531 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2011 14:12:15 +1100 Subject: s4-krb5: authkrb5 should depend on ldb this fixes the include path to add ldb Pair-Programmed-With: Andrew Bartlett --- source4/auth/kerberos/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/kerberos') diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build index 1c3790c399..8f01df6aff 100644 --- a/source4/auth/kerberos/wscript_build +++ b/source4/auth/kerberos/wscript_build @@ -4,7 +4,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 asn1', - deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET ndr', + deps='ASN1_UTIL auth_sam_reply tevent LIBPACKET ndr ldb', private_library=True ) -- cgit