summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index acb7313a63..223e24d451 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -28,7 +28,7 @@ bld.SAMBA_LIBRARY('nss_winbind',
if bld.CONFIG_SET('HAVE_PAM_START'):
bld.SAMBA_LIBRARY('pamwinbind',
source='../nsswitch/pam_winbind.c',
- deps='talloc wbclient winbind-client LIBINIPARSER pam',
+ deps='talloc wbclient winbind-client LIBINIPARSER pam intl',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so',
)