summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-02-21 11:11:44 +1100
committerAndrew Tridgell <tridge@samba.org>2011-02-22 02:51:09 +0100
commit5fc565feacf21b5b4d221258be1bbccbd6e162e9 (patch)
tree4976df11e17a96fc9bbaa15b0d919457e5f28d0d
parentc6c49d8ec4ba5dce968f300ff434c3f0e21e4127 (diff)
downloadsamba-5fc565feacf21b5b4d221258be1bbccbd6e162e9.tar.gz
samba-5fc565feacf21b5b4d221258be1bbccbd6e162e9.tar.bz2
samba-5fc565feacf21b5b4d221258be1bbccbd6e162e9.zip
s3-waf: LIBADS depends on krb5
needed for krb5.h when using an in-tree heimdal Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 94bebb7490..1e09be00d1 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',