From b62e6f1ec13c6cad5a94a2a27dc14d3fdfdd4cfc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 12 Jul 2004 09:07:10 +0000 Subject: r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH. Andrew Bartlett (This used to be commit 67ac9600664e93aa2fe9426127313b57ddaec2cf) --- source4/auth/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/auth/config.mk') diff --git a/source4/auth/config.mk b/source4/auth/config.mk index b4082cb9e5..223f082e6a 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -26,6 +26,7 @@ INIT_OBJ_FILES = \ ADD_OBJ_FILES = \ auth/auth_util.o \ auth/pampass.o \ - auth/pass_check.o + auth/pass_check.o \ + auth/ntlm_check.o # End SUBSYSTEM AUTH ####################### -- cgit