From: Dmitry Kurochkin Date: Mon, 22 Aug 2011 18:22:22 +0000 (+0400) Subject: Fix Rock store test linking error when cache digests are enabled. X-Git-Tag: take08~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a91dbad66fa694e409a7a6bd47bd19e7905ccc85;p=thirdparty%2Fsquid.git Fix Rock store test linking error when cache digests are enabled. --- diff --git a/src/Makefile.am b/src/Makefile.am index d1f372911c..e4f3369671 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2606,6 +2606,7 @@ tests_testUfs_DEPENDENCIES = \ tests_testRock_SOURCES = \ cbdata.cc \ + CacheDigest.cc \ ConfigOption.cc \ ConfigParser.cc \ disk.cc \