diff options
author | Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> | 2011-10-06 00:36:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-10-06 02:10:21 +0200 |
commit | 2d6571d2e576ea628f8c16545d977431bc22e791 (patch) | |
tree | 1b24a8c1955bf1ae1486176cee41c3258c081ec2 /nsswitch/wscript_build | |
parent | 63319c169fdc599ffb5ade023b371815159d0fdd (diff) | |
download | samba-2d6571d2e576ea628f8c16545d977431bc22e791.tar.gz |
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_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 298da060015..4e353d3bd34 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', |