summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 15:30:42 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit2bcd7f68278df69ce18a344e2a1351c66edf9e0c (patch)
tree96ec01cb4c61bfc3772278f195bfbf4454eee7f1 /nsswitch/wscript_build
parent2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7 (diff)
downloadsamba-2bcd7f68278df69ce18a344e2a1351c66edf9e0c.tar.gz
samba-2bcd7f68278df69ce18a344e2a1351c66edf9e0c.tar.bz2
samba-2bcd7f68278df69ce18a344e2a1351c66edf9e0c.zip
waf: Rename LIBWINBIND-CLIENT to libwinbind-client
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build8
1 files changed, 4 insertions, 4 deletions
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',
)