1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-waf: add libkrb5 winbind locator plugin.

Guenther
This commit is contained in:
Günther Deschner 2010-12-15 10:04:34 +01:00
parent 5130e4a622
commit 7ecec74a00

View File

@ -781,6 +781,12 @@ if bld.CONFIG_SET('WITH_PAM_MODULES'):
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so')
if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
bld.SAMBA_LIBRARY('winbind_krb5_locator',
source='../nsswitch/winbind_krb5_locator.c',
deps='wbclient krb5',
vnum='0')
bld.SAMBA_SUBSYSTEM('LIBMSRPC',
source='${LIBMSRPC_SRC}',
deps='''ndr NDR_SECURITY NDR_DCERPC NDR_SCHANNEL