summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-08-01 23:00:21 +0200
committerChristian Ambach <ambi@samba.org>2013-08-12 00:46:34 +0200
commit20b64eae75b8809d67b8c2824616996bb4722612 (patch)
treea86d9f563ff4dc1bb3f5844824086a608f3118e9 /nsswitch
parent07b3a048724a6b41282e1f673aea5ce2c1202a5e (diff)
downloadsamba-20b64eae75b8809d67b8c2824616996bb4722612.tar.gz
samba-20b64eae75b8809d67b8c2824616996bb4722612.tar.bz2
samba-20b64eae75b8809d67b8c2824616996bb4722612.zip
waf: replace dependency to libintl with samba_intl
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Mon Aug 12 00:46:34 CEST 2013 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 a7d64898aa..55ba776e5d 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='intl talloc wbclient winbind-client iniparser pam',
+ deps='talloc wbclient winbind-client iniparser pam samba_intl',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so',
install_path='${PAMMODULESDIR}'