summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-08-13 16:36:28 -0700
committerJeremy Allison <jra@samba.org>2014-08-14 21:27:13 +0200
commit8bbf901f9349e9b33caa24fd2a2333c060952646 (patch)
treedff4d60c3e4c89ea8d597c6d4b4e130a77fd1dfc /nsswitch/wscript_build
parent51bea0b767b4f1e76a7008604f4dd0788a5edeb2 (diff)
downloadsamba-8bbf901f9349e9b33caa24fd2a2333c060952646.tar.gz
Replace all uses of iniparser with tiniparser.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 77dccef49e1..8ceb9ad6f2b 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -81,7 +81,7 @@ elif (host_os.rfind('aix') > -1):
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
bld.SAMBA_LIBRARY('pamwinbind',
source='pam_winbind.c',
- deps='talloc wbclient winbind-client iniparser pam samba_intl',
+ deps='talloc wbclient winbind-client tiniparser pam samba_intl',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so',
install_path='${PAMMODULESDIR}'