From: serassio <> Date: Thu, 14 Sep 2006 02:09:50 +0000 (+0000) Subject: On MinGW store tests need win32.cc X-Git-Tag: SQUID_3_0_PRE5~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d21ec7cdda293b5ee12ea43c055b408083f05a;p=thirdparty%2Fsquid.git On MinGW store tests need win32.cc --- diff --git a/src/Makefile.am b/src/Makefile.am index 18dd2f83eb..e2621664dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.167 2006/09/13 19:05:11 serassio Exp $ +# $Id: Makefile.am,v 1.168 2006/09/13 20:09:50 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -2131,6 +2131,7 @@ SWAP_TEST_SOURCES = \ store_swapout.cc \ store_swapmeta.cc \ unlinkd.cc \ + $(WIN32_SOURCE) \ $(STORE_TEST_SOURCES) \ $(DISKIO_SOURCE)