diff options
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 223e24d451b..184d20e9fd8 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 intl', + deps='intl talloc wbclient winbind-client LIBINIPARSER pam', cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, realname='pam_winbind.so', ) |