summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorEwoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>2011-10-06 00:36:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-10-06 02:10:21 +0200
commit2d6571d2e576ea628f8c16545d977431bc22e791 (patch)
tree1b24a8c1955bf1ae1486176cee41c3258c081ec2 /nsswitch/wscript_build
parent63319c169fdc599ffb5ade023b371815159d0fdd (diff)
downloadsamba-2d6571d2e576ea628f8c16545d977431bc22e791.tar.gz
samba-2d6571d2e576ea628f8c16545d977431bc22e791.tar.bz2
samba-2d6571d2e576ea628f8c16545d977431bc22e791.zip
Add missing com_err dependencies
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 6 02:10:21 CEST 2011 on sn-devel-104
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 298da06001..4e353d3bd3 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -33,7 +33,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
bld.SAMBA_LIBRARY('winbind_krb5_locator',
source='winbind_krb5_locator.c',
- deps='wbclient krb5',
+ deps='wbclient krb5 com_err',
realname='winbind_krb5_locator.so')
bld.SAMBA_SUBSYSTEM('WB_REQTRANS',