s4-krb5: authkrb5 should depend on ldb
authorAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 03:12:15 +0000 (14:12 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 10 Feb 2011 05:51:07 +0000 (06:51 +0100)
this fixes the include path to add ldb

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/auth/kerberos/wscript_build

index 1c3790c399d9d0e40c73c2cd5c1cab037f3d8c79..8f01df6afff68e4cc109626bc435430f650462f5 100644 (file)
@@ -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
                   )