From 2bcd7f68278df69ce18a344e2a1351c66edf9e0c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Oct 2010 15:30:42 -0700 Subject: waf: Rename LIBWINBIND-CLIENT to libwinbind-client --- nsswitch/wscript_build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 5468d92768..2252537186 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -1,6 +1,6 @@ #!/usr/bin/env python -bld.SAMBA_LIBRARY('LIBWINBIND-CLIENT', +bld.SAMBA_LIBRARY('libwinbind-client', source='wb_common.c', deps='replace', cflags='-DSOCKET_WRAPPER_DISABLE=1 -DWINBINDD_SOCKET_DIR=\"%s\"' % bld.env.WINBINDD_SOCKET_DIR, @@ -16,19 +16,19 @@ bld.SAMBA_BINARY('nsstest', bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', - deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ LIBSECURITY LIBNDR NDR_SECURITY' + deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA libwinbind-client LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ LIBSECURITY LIBNDR NDR_SECURITY' ) bld.SAMBA_LIBRARY('nss_winbind', source='../nsswitch/winbind_nss_linux.c', - deps='LIBWINBIND-CLIENT', + deps='libwinbind-client', realname='libnss_winbind.so.2', vnum='2') if bld.CONFIG_SET('HAVE_PAM_START'): bld.SAMBA_LIBRARY('pamwinbind', source='../nsswitch/pam_winbind.c', - deps='talloc LIBWBCLIENT LIBWINBIND-CLIENT LIBINIPARSER pam', + deps='talloc LIBWBCLIENT libwinbind-client LIBINIPARSER pam', cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, realname='pam_winbind.so', ) -- cgit