The branch, master has been updated
via 2187c49 s3-waf: fix winbind_krb5_locator.so realname.
from f405384 s3-waf: make the --with-Xdir options work more like in the
classic build.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 2187c490137b420fd09343fcc03c04320b9f8183
Author: Günther Deschner <[email protected]>
Date: Fri Jan 7 00:37:02 2011 +0100
s3-waf: fix winbind_krb5_locator.so realname.
Guenther
Autobuild-User: Günther Deschner <[email protected]>
Autobuild-Date: Fri Jan 7 11:13:29 CET 2011 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/wscript_build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/wscript_build b/source3/wscript_build
index a9e2e24..7d70608 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}',
--
Samba Shared Repository