From 5f05eacd27f0dc512748c14cac5f4d6afb327f99 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 9 May 2012 15:33:04 +0200 Subject: allow to use system iniparser library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed May 9 17:38:33 CEST 2012 on sn-devel-104 --- nsswitch/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index f740fdf25f..0802687eeb 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -24,7 +24,7 @@ bld.SAMBA_LIBRARY('nss_winbind', if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'): bld.SAMBA_LIBRARY('pamwinbind', source='pam_winbind.c', - deps='intl talloc wbclient winbind-client LIBINIPARSER pam', + deps='intl talloc wbclient winbind-client iniparser pam', cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, realname='pam_winbind.so', install_path='${PAMMODULESDIR}' -- cgit