summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-03 10:39:18 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-03 17:00:16 +0200
commit705f4c205685b0a167402ff54e37abd75b92a72d (patch)
tree244b15b7cc871e47e072f7ffa4667905ae82405f /source4/auth/ntlm/wscript_build
parent0f35d51ab65b974d3362e0b6f7ebff7b41fb5835 (diff)
downloadsamba-705f4c205685b0a167402ff54e37abd75b92a72d.tar.gz
samba-705f4c205685b0a167402ff54e37abd75b92a72d.tar.bz2
samba-705f4c205685b0a167402ff54e37abd75b92a72d.zip
s4:auth_winbind: remove unused winbind_samba3 backend
This uses the winbind protocol directly, which needs to be avoided! metze
Diffstat (limited to 'source4/auth/ntlm/wscript_build')
-rw-r--r--source4/auth/ntlm/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build
index 673b5fc7fe..6368d2d1ca 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 LIBWINBIND-CLIENT LIBWBCLIENT'
+ deps='NDR_WINBIND MESSAGING LIBWBCLIENT'
)