--------------------- PatchSet 2856 Date: 2006/04/24 21:40:19 Author: serassio Branch: nt Tag: (none) Log: win32lib.c is needed from make check Members: lib/Makefile.am:1.6.2.12->1.6.2.13 Index: squid3/lib/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/Makefile.am,v retrieving revision 1.6.2.12 retrieving revision 1.6.2.13 diff -u -r1.6.2.12 -r1.6.2.13 --- squid3/lib/Makefile.am 5 Nov 2005 21:37:53 -0000 1.6.2.12 +++ squid3/lib/Makefile.am 24 Apr 2006 21:40:19 -0000 1.6.2.13 @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.6.2.12 2005/11/05 21:37:53 serassio Exp $ +# $Id: Makefile.am,v 1.6.2.13 2006/04/24 21:40:19 serassio Exp $ # DIST_SUBDIRS = libTrie cppunit-1.10.0 @@ -98,6 +98,7 @@ tests_testAll_SOURCES= tests/testArray.cc tests/testMain.cc tests/testArray.h \ $(XPROF_STATS_SOURCE) \ + $(WIN32SRC) \ util.c tests_testAll_LDADD= @SQUID_CPPUNIT_LA@