diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:23:53 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | a57bd4e2d8b79f5ea57cd5727702c6d56e934231 (patch) | |
tree | 3848971b7f4938881a6cef1fadfb80fae52fbb6e /source4/auth/ntlm/wscript_build | |
parent | 18ae8887a364872644cc133705101f3cd9cfbd74 (diff) | |
download | samba-a57bd4e2d8b79f5ea57cd5727702c6d56e934231.tar.gz samba-a57bd4e2d8b79f5ea57cd5727702c6d56e934231.tar.bz2 samba-a57bd4e2d8b79f5ea57cd5727702c6d56e934231.zip |
s4: Rename WBCLIENT to wbclient.
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r-- | source4/auth/ntlm/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index eb5d9b0ae2..bbb47d7881 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -27,7 +27,7 @@ bld.SAMBA_MODULE('auth_winbind', source='auth_winbind.c', subsystem='auth', init_function='auth_winbind_init', - deps='RPC_NDR_WINBIND MESSAGING LIBWBCLIENT' + deps='RPC_NDR_WINBIND MESSAGING wbclient' ) |