diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 2 |
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}', |