summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-10 14:12:15 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-10 06:51:07 +0100
commite26b1a69689c8123bddf33830e9659d460815531 (patch)
tree63f0f0b711e5596ab17dc57854ba0de08b60f529
parentcc77ea720b479badd0ab98d269fa6e7489a1d4c8 (diff)
downloadsamba-e26b1a69689c8123bddf33830e9659d460815531.tar.gz
samba-e26b1a69689c8123bddf33830e9659d460815531.tar.bz2
samba-e26b1a69689c8123bddf33830e9659d460815531.zip
s4-krb5: authkrb5 should depend on ldb
this fixes the include path to add ldb Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-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 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
)