summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2012-05-09 15:33:04 +0200
committerGünther Deschner <gd@samba.org>2012-05-09 17:38:33 +0200
commit5f05eacd27f0dc512748c14cac5f4d6afb327f99 (patch)
treea7bbeebddd62a6b57637fe4dc963575a31c23346 /nsswitch
parent67adda0d69558c0bd2236478c8c4d2c76417dc4b (diff)
downloadsamba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.tar.gz
samba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.tar.bz2
samba-5f05eacd27f0dc512748c14cac5f4d6afb327f99.zip
allow to use system iniparser library.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 9 17:38:33 CEST 2012 on sn-devel-104
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
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}'