summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/config.mk
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-06-25 19:16:02 +0200
committerKai Blin <kai@samba.org>2009-06-25 19:18:40 +0200
commit946beae010145cc5066f81eb5e4b5e6392a37e2e (patch)
tree99aedb45e506f3dc812ee172eb61e2bd0f8b0e6f /source4/auth/ntlm/config.mk
parent7450f3ad993ba5e9a1204225778222a358761e4a (diff)
downloadsamba-946beae010145cc5066f81eb5e4b5e6392a37e2e.tar.gz
samba-946beae010145cc5066f81eb5e4b5e6392a37e2e.tar.bz2
samba-946beae010145cc5066f81eb5e4b5e6392a37e2e.zip
s4: Add libwbclient backend to auth_winbind
Diffstat (limited to 'source4/auth/ntlm/config.mk')
-rw-r--r--source4/auth/ntlm/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/config.mk b/source4/auth/ntlm/config.mk
index a9ae18e7c2..561d14ad10 100644
--- a/source4/auth/ntlm/config.mk
+++ b/source4/auth/ntlm/config.mk
@@ -38,7 +38,7 @@ auth_server_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, auth_server.o)
[MODULE::auth_winbind]
INIT_FUNCTION = auth_winbind_init
SUBSYSTEM = auth
-PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
+PRIVATE_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT LIBWBCLIENT
# End MODULE auth_winbind
#######################