From: Francesco Chemolli Date: Fri, 5 Oct 2012 15:56:08 +0000 (+0200) Subject: Added missing source files in recipe for testStatHist X-Git-Tag: SQUID_3_3_0_1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b815bc32c4c6e2e563b157d242a893e9a5afe0;p=thirdparty%2Fsquid.git Added missing source files in recipe for testStatHist --- diff --git a/src/Makefile.am b/src/Makefile.am index 935d2c9ca6..64c607d477 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3918,6 +3918,8 @@ tests_testConfigParser_DEPENDENCIES = \ tests_testStatHist_SOURCES = \ cbdata.cc \ + fatal.h \ + tests/stub_fatal.cc \ MemBuf.cc \ StatHist.cc \ StatHist.h \