]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in Makefile causing metric loads of link errors
authoramosjeffries <>
Tue, 14 Aug 2007 17:55:15 +0000 (17:55 +0000)
committeramosjeffries <>
Tue, 14 Aug 2007 17:55:15 +0000 (17:55 +0000)
src/Makefile.am

index d3ddd9aa0f8fcfa5fbb699367717b7ef946bb215..08417c0a6f081ce8ba3ec470260d60d698e58ce4 100644 (file)
@@ -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 \