summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:23:53 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commita57bd4e2d8b79f5ea57cd5727702c6d56e934231 (patch)
tree3848971b7f4938881a6cef1fadfb80fae52fbb6e /nsswitch/wscript_build
parent18ae8887a364872644cc133705101f3cd9cfbd74 (diff)
downloadsamba-a57bd4e2d8b79f5ea57cd5727702c6d56e934231.tar.gz
samba-a57bd4e2d8b79f5ea57cd5727702c6d56e934231.tar.bz2
samba-a57bd4e2d8b79f5ea57cd5727702c6d56e934231.zip
s4: Rename WBCLIENT to wbclient.
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build34
1 files changed, 17 insertions, 17 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index 8ae72bff54..6837f5ec53 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -1,11 +1,11 @@
#!/usr/bin/env python
-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,
- private_library=True
- )
+bld.SAMBA_LIBRARY('winbind-client',
+ source='wb_common.c',
+ deps='replace',
+ cflags='-DSOCKET_WRAPPER_DISABLE=1 -DWINBINDD_SOCKET_DIR=\"%s\"' % bld.env.WINBINDD_SOCKET_DIR,
+ private_library=True
+ )
bld.SAMBA_BINARY('nsstest',
@@ -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 winbind-client wbclient tevent UTIL_TEVENT LIBASYNC_REQ libsecurity LIBNDR NDR_SECURITY'
)
bld.SAMBA_LIBRARY('nss_winbind',
- source='../nsswitch/winbind_nss_linux.c',
- deps='libwinbind-client',
- realname='libnss_winbind.so.2',
- vnum='2')
+ source='../nsswitch/winbind_nss_linux.c',
+ deps='winbind-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',
- cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
- realname='pam_winbind.so',
- )
+ bld.SAMBA_LIBRARY('pamwinbind',
+ source='../nsswitch/pam_winbind.c',
+ deps='talloc wbclient winbind-client LIBINIPARSER pam',
+ cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
+ realname='pam_winbind.so',
+ )