From 2187c490137b420fd09343fcc03c04320b9f8183 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 7 Jan 2011 00:37:02 +0100 Subject: s3-waf: fix winbind_krb5_locator.so realname. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Jan 7 11:13:29 CET 2011 on sn-devel-104 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index a9e2e245cd..7d70608adf 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -773,7 +773,7 @@ if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'): bld.SAMBA_LIBRARY('winbind_krb5_locator', source='../nsswitch/winbind_krb5_locator.c', deps='wbclient krb5', - vnum='0') + realname='winbind_krb5_locator.so') bld.SAMBA_SUBSYSTEM('LIBMSRPC', source='${LIBMSRPC_SRC}', -- cgit