From bf598954f75bfd924b9aa22649975b372c74a49e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 19 Jun 2004 08:15:41 +0000 Subject: r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. I have moved the SPNEGO and Kerberos code into libcli/auth, and intend to refactor them into the same format as NTLMSSP. Andrew Bartlett (This used to be commit 58da78a7460d5d0a4abee7d7b84799c228e6bc0b) --- source4/smbd/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/smbd') diff --git a/source4/smbd/config.mk b/source4/smbd/config.mk index 1711a86a97..d5fd9700b9 100644 --- a/source4/smbd/config.mk +++ b/source4/smbd/config.mk @@ -31,7 +31,6 @@ INIT_OBJ_FILES = \ smbd/server.o ADD_OBJ_FILES = \ smbd/process.o \ - lib/server_mutex.o \ smbd/build_options.o \ smbd/rewrite.o REQUIRED_SUBSYSTEMS = \ -- cgit