summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-07 00:37:02 +0100
committerGünther Deschner <gd@samba.org>2011-01-07 11:13:29 +0100
commit2187c490137b420fd09343fcc03c04320b9f8183 (patch)
treed762508a9ee5e43d5945a30c80523fc2eb71bbb6
parentf405384ad840ebe438ecf3a2ce05893857c952b2 (diff)
downloadsamba-2187c490137b420fd09343fcc03c04320b9f8183.tar.gz
samba-2187c490137b420fd09343fcc03c04320b9f8183.tar.bz2
samba-2187c490137b420fd09343fcc03c04320b9f8183.zip
s3-waf: fix winbind_krb5_locator.so realname.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 11:13:29 CET 2011 on sn-devel-104
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
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}',