--------------------- PatchSet 2153 Date: 2005/11/20 16:03:50 Author: serassio Branch: nt Tag: (none) Log: Fixed make dist problem Members: port/win32/Makefile.am:1.2.18.15->1.2.18.16 Index: squid3/port/win32/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/port/win32/Attic/Makefile.am,v retrieving revision 1.2.18.15 retrieving revision 1.2.18.16 diff -u -r1.2.18.15 -r1.2.18.16 --- squid3/port/win32/Makefile.am 6 Nov 2005 16:12:18 -0000 1.2.18.15 +++ squid3/port/win32/Makefile.am 20 Nov 2005 16:03:50 -0000 1.2.18.16 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.2.18.15 2005/11/06 16:12:18 serassio Exp $ +# $Id: Makefile.am,v 1.2.18.16 2005/11/20 16:03:50 serassio Exp $ # EXTRA_DIST = \ @@ -52,8 +52,8 @@ libWinDiskThreads/libWinDiskThreads.vcproj \ mswin_auth/mswin_auth.vcproj \ mswin_check_lm_group/mswin_check_lm_group.vcproj \ - mswin_negotiate__auth/mswin_negotiate_auth.vcproj \ - mswin_ntlm__auth/mswin_ntlm_auth.vcproj \ + mswin_negotiate_auth/mswin_negotiate_auth.vcproj \ + mswin_ntlm_auth/mswin_ntlm_auth.vcproj \ NCSA_auth/NCSA_auth.vcproj \ pinger/pinger.vcproj \ squid/buildcount.dsm \