From: rousskov <> Date: Fri, 13 Apr 2007 23:26:37 +0000 (+0000) Subject: - Some test cases were missing AsyncCall.cc source, causing "make check" X-Git-Tag: SQUID_3_0_PRE6~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66ef055c6d5d57b50a169106d10e0ddbd44a8c0;p=thirdparty%2Fsquid.git - Some test cases were missing AsyncCall.cc source, causing "make check" failures (patch by Amos Jeffries). --- diff --git a/src/Makefile.am b/src/Makefile.am index 4f7e533b7c..c221b98460 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.176 2007/04/06 04:50:04 rousskov Exp $ +# $Id: Makefile.am,v 1.177 2007/04/13 17:26:37 rousskov Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1249,6 +1249,7 @@ tests_testCacheManager_SOURCES = \ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -1413,6 +1414,7 @@ tests_testEvent_SOURCES = \ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -1563,6 +1565,7 @@ tests_testEventLoop_SOURCES = \ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -1737,6 +1740,7 @@ tests_test_http_range_SOURCES = \ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_cf.cc \ @@ -1893,6 +1897,7 @@ tests_testHttpRequest_SOURCES = \ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \ @@ -2228,6 +2233,7 @@ tests_testURL_SOURCES = \ ACLStringData.cc \ ACLRegexData.cc \ ACLUserData.cc \ + AsyncCall.cc \ authenticate.cc \ BodyPipe.cc \ cache_manager.cc \