From: amosjeffries <> Date: Tue, 14 Aug 2007 17:55:15 +0000 (+0000) Subject: Fix typo in Makefile causing metric loads of link errors X-Git-Tag: SQUID_3_0_PRE7~73 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fa10da4aaa48cfbf206bacd6a316efc6913c35f3;p=thirdparty%2Fsquid.git Fix typo in Makefile causing metric loads of link errors --- diff --git a/src/Makefile.am b/src/Makefile.am index d3ddd9aa0f..08417c0a6f 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.184 2007/08/13 17:20:51 hno Exp $ +# $Id: Makefile.am,v 1.185 2007/08/14 11:55:15 amosjeffries Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1678,7 +1678,7 @@ tests_testEventLoop_SOURCES = \ StoreMeta.cc \ StoreMetaMD5.cc \ StoreMetaSTD.cc \ - StoreMetaSTDLFS.cc + StoreMetaSTDLFS.cc \ StoreMetaUnpacker.cc \ StoreMetaURL.cc \ StoreMetaVary.cc \