From: Amos Jeffries Date: Tue, 25 Aug 2015 15:04:22 +0000 (-0700) Subject: Revert extra changes in rev.14254 X-Git-Tag: SQUID_4_0_1~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d38c0a6b09ac5e253579e5758c35ae7bf95e04cc;p=thirdparty%2Fsquid.git Revert extra changes in rev.14254 --- diff --git a/src/Makefile.am b/src/Makefile.am index 15efa8916b..f103003313 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -521,6 +521,7 @@ EXTRA_squid_SOURCES = \ noinst_HEADERS = \ client_side_request.cci \ MemBuf.h \ + StoreEntryStream.h \ String.cci \ SquidString.h \ SquidTime.h @@ -2868,10 +2869,10 @@ tests_testStore_SOURCES= \ Transients.cc \ tests/stub_tools.cc \ tests/stub_UdsOp.cc \ - tests/testPackableStream.cc \ - tests/testPackableStream.h \ tests/testStore.cc \ tests/testStore.h \ + tests/testStoreEntryStream.cc \ + tests/testStoreEntryStream.h \ tests/testStoreController.cc \ tests/testStoreController.h \ tests/testStoreHashIndex.cc \