mirror of
https://github.com/samba-team/samba.git
synced 2025-08-29 13:49:30 +03:00
s4-krb5: authkrb5 should depend on ldb
this fixes the include path to add ldb Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user