--------------------- PatchSet 7030 Date: 2005/09/13 16:18:25 Author: serassio Branch: nt-2_5 Tag: (none) Log: Fixed a Makefile.am error Members: helpers/basic_auth/win32_locallogon/Makefile.am:1.1.4.6->1.1.4.7 Index: squid/helpers/basic_auth/win32_locallogon/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/basic_auth/win32_locallogon/Attic/Makefile.am,v retrieving revision 1.1.4.6 retrieving revision 1.1.4.7 diff -u -r1.1.4.6 -r1.1.4.7 --- squid/helpers/basic_auth/win32_locallogon/Makefile.am 13 Sep 2005 15:44:27 -0000 1.1.4.6 +++ squid/helpers/basic_auth/win32_locallogon/Makefile.am 13 Sep 2005 16:18:25 -0000 1.1.4.7 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1.4.6 2005/09/13 15:44:27 serassio Exp $ +# $Id: Makefile.am,v 1.1.4.7 2005/09/13 16:18:25 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -9,7 +9,7 @@ libexec_PROGRAMS = win32_auth -nt_auth_SOURCES = NT_auth.c valid.c valid.h +win32_auth_SOURCES = NT_auth.c valid.c valid.h LDADD = -L$(top_builddir)/lib -lnetapi32 -ladvapi32 -lsspwin32 \ -lmiscutil $(XTRA_LIBS)