diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-09-03 16:59:05 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-09-03 17:01:56 +0200 |
commit | 8202cf7966b8125ac175ceb8cef18037c9a8cc31 (patch) | |
tree | b2724dd3f19c3a44c94f8c9910eb300c74c245c3 /source4/auth/ntlm/wscript_build | |
parent | 52d4a97afc4b09f860e84f059c419d33bfec18ff (diff) | |
download | samba-8202cf7966b8125ac175ceb8cef18037c9a8cc31.tar.gz samba-8202cf7966b8125ac175ceb8cef18037c9a8cc31.tar.bz2 samba-8202cf7966b8125ac175ceb8cef18037c9a8cc31.zip |
s4:auth_winbind: use irpc_binding_handle_by_name()
metze
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 6368d2d1ca..c3ce364077 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='NDR_WINBIND MESSAGING LIBWBCLIENT' + deps='RPC_NDR_WINBIND MESSAGING LIBWBCLIENT' ) |