--------------------- PatchSet 6323 Date: 2004/10/10 19:25:34 Author: serassio Branch: nt-2_5 Tag: (none) Log: The name of the Windows native NTLM helper executable should be win32_ntlm_auth.exe, not ntlm_auth.exe Members: helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am:1.1.4.4->1.1.4.5 Index: squid/helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/Makefile.am,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -u -r1.1.4.4 -r1.1.4.5 --- squid/helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am 10 Nov 2002 16:02:09 -0000 1.1.4.4 +++ squid/helpers/ntlm_auth/NTLMSSP-WIN32/Makefile.am 10 Oct 2004 19:25:34 -0000 1.1.4.5 @@ -1,12 +1,12 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.4.4 2002/11/10 16:02:09 serassio Exp $ +# $Id: Makefile.am,v 1.1.4.5 2004/10/10 19:25:34 serassio Exp $ # -libexec_PROGRAMS = ntlm_auth +libexec_PROGRAMS = win32_ntlm_auth -ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h +win32_ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h if ENABLE_MINGW32SPECIFIC INCLUDES = -I. -I$(top_srcdir)/port/win32/include -I$(top_srcdir)/include -I$(top_srcdir)/src