mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
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
This commit is contained in:
parent
63319c169f
commit
2d6571d2e5
@ -1,3 +1,3 @@
|
||||
bld.SAMBA_SUBSYSTEM('KRB5_PAC',
|
||||
source='gssapi_pac.c kerberos_pac.c',
|
||||
deps='gssapi_krb5 krb5 ndr-krb5pac')
|
||||
deps='gssapi_krb5 krb5 ndr-krb5pac com_err')
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user