From dbbfad82862343eed0be86c8ca4fa23bdff5beb5 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sat, 5 Jun 2010 19:16:20 +0400 Subject: s4-waf: add the missing bits for builing nss_winbind and pam_winbind This is something that was not picked up during the migration to waf --- nsswitch/wscript_build | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 80f11871c9..9303ace0da 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -18,3 +18,15 @@ bld.SAMBA_BINARY('wbinfo', deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER' ) +bld.SAMBA_LIBRARY('nsswinbind', + source='../nsswitch/winbind_nss_linux.c', + deps='LIBWINBIND-CLIENT', + realname='libnss_winbind.so', + vnum='2') + +bld.SAMBA_LIBRARY('pamwinbind', + source='../nsswitch/pam_winbind.c', + deps='talloc LIBWBCLIENT LIBWINBIND-CLIENT LIBINIPARSER pam', + cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, + realname='pam_winbind.so', + ) -- cgit