summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-23 09:09:37 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-24 17:38:34 +0100
commit078482ad0efc9c4902601080f146853a1a3494fe (patch)
tree1606da67ff0434b2156edea450081db4c33ec67f /source4/auth/ntlm/config.mk
parent577857d351df3d7b40db4d69afb3d67ee4960fb2 (diff)
downloadsamba-078482ad0efc9c4902601080f146853a1a3494fe.tar.gz
samba-078482ad0efc9c4902601080f146853a1a3494fe.tar.bz2
samba-078482ad0efc9c4902601080f146853a1a3494fe.zip
s4:auth: change auth_check_password_send/recv to tevent_req
metze
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 82738529cf..6c75ae842d 100644
--- a/source4/auth/ntlm/config.mk
+++ b/source4/auth/ntlm/config.mk
@@ -71,7 +71,7 @@ PAM_ERRORS_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, pam_errors.o)
INIT_FUNCTION = server_service_auth_init
SUBSYSTEM = service
OUTPUT_TYPE = MERGED_OBJ
-PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS
+PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS UTIL_TEVENT
auth_OBJ_FILES = $(addprefix $(authsrcdir)/ntlm/, auth.o auth_util.o auth_simple.o)
$(eval $(call proto_header_template,$(authsrcdir)/ntlm/auth_proto.h,$(auth_OBJ_FILES:.o=.c)))