--------------------- PatchSet 5622 Date: 2003/01/28 20:48:59 Author: serassio Branch: nt-2_5 Tag: (none) Log: Missing win32lib.c file in distfiles Members: lib/Makefile.am:1.4.10.2->1.4.10.3 Index: squid/lib/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/Makefile.am,v retrieving revision 1.4.10.2 retrieving revision 1.4.10.3 diff -u -r1.4.10.2 -r1.4.10.3 --- squid/lib/Makefile.am 27 Oct 2002 10:42:20 -0000 1.4.10.2 +++ squid/lib/Makefile.am 28 Jan 2003 20:48:59 -0000 1.4.10.3 @@ -39,7 +39,8 @@ @LIBREGEX@ EXTRA_libmiscutil_a_SOURCES = \ md5.c \ - snprintf.c + snprintf.c \ + win32lib.c libmiscutil_a_SOURCES = \ Array.c \ base64.c \