From: Andrew Tridgell Date: Mon, 21 Feb 2011 00:11:44 +0000 (+1100) Subject: s3-waf: LIBADS depends on krb5 X-Git-Tag: tevent-0.9.11~411 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fc565feacf21b5b4d221258be1bbccbd6e162e9;p=thirdparty%2Fsamba.git s3-waf: LIBADS depends on krb5 needed for krb5.h when using an in-tree heimdal Pair-Programmed-With: Andrew Bartlett --- diff --git a/source3/wscript_build b/source3/wscript_build index 94bebb74906..1e09be00d1c 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -858,7 +858,7 @@ bld.SAMBA3_SUBSYSTEM('SMBLDAP', bld.SAMBA3_SUBSYSTEM('LIBADS', source=LIBADS_SRC, - deps='LIBCLI_LDAP_NDR', + deps='LIBCLI_LDAP_NDR krb5', vars=locals()) bld.SAMBA3_SUBSYSTEM('LIBADS_SERVER',