summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-14 12:48:57 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-14 12:48:57 +0200
commit3db545ece4c48e7b14e9d9835bcc894253f627d1 (patch)
treef3040b38d8602bd26e19cdc03ba51a41329ac0ed /nsswitch/wscript_build
parentdcadb90bd3d678e45fa84c2899ec23bf604bffa8 (diff)
downloadsamba-3db545ece4c48e7b14e9d9835bcc894253f627d1.tar.gz
samba-3db545ece4c48e7b14e9d9835bcc894253f627d1.tar.bz2
samba-3db545ece4c48e7b14e9d9835bcc894253f627d1.zip
nss_winbind: Fix soname.
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 4b62695dcb..eb3beb3cd7 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -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',