nss_winbind: Fix soname.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 14 Sep 2010 10:48:57 +0000 (12:48 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 14 Sep 2010 10:48:57 +0000 (12:48 +0200)
nsswitch/wscript_build

index 4b62695dcb4c7a1e5dc5d4213eecfac5abf1b88f..eb3beb3cd70d964e042754ad6bede3de2fe0239e 100644 (file)
@@ -18,7 +18,7 @@ bld.SAMBA_BINARY('wbinfo',
        deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER LIBSECURITY_COMMON LIBNDR NDR_SECURITY'
        )
 
-bld.SAMBA_LIBRARY('nsswinbind',
+bld.SAMBA_LIBRARY('nss_winbind',
     source='../nsswitch/winbind_nss_linux.c',
     deps='LIBWINBIND-CLIENT',
     realname='libnss_winbind.so.2',