summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-07-19 15:42:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-09-11 22:32:43 +1000
commita82fe6f4729b138e81a00cdd4204361f35864ef6 (patch)
tree37e3c5f4995f6f3bcbdca8c0021a9582787106b7 /nsswitch/wscript_build
parente13ed6fc789d27daf5326a81b42469da3d54de01 (diff)
downloadsamba-a82fe6f4729b138e81a00cdd4204361f35864ef6.tar.gz
samba-a82fe6f4729b138e81a00cdd4204361f35864ef6.tar.bz2
samba-a82fe6f4729b138e81a00cdd4204361f35864ef6.zip
winbind-waf: the installed name is libnss_winbind.so.2
the .2 is what libc adds to the name for this version of the nss API
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 f458776f92..4b62695dcb 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -21,7 +21,7 @@ bld.SAMBA_BINARY('wbinfo',
bld.SAMBA_LIBRARY('nsswinbind',
source='../nsswitch/winbind_nss_linux.c',
deps='LIBWINBIND-CLIENT',
- realname='libnss_winbind.so',
+ realname='libnss_winbind.so.2',
vnum='2')
if bld.CONFIG_SET('HAVE_PAM_START'):