------------------------------------------------------------ revno: 13152 revision-id: kinkie@squid-cache.org-20131128165049-afj34g2w6z4mpun9 parent: kinkie@squid-cache.org-20131127155203-idi15e28ol304eld committer: Francesco Chemolli branch nick: trunk timestamp: Thu 2013-11-28 17:50:49 +0100 message: Add missing ipcache.cc stub in testUfs ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: kinkie@squid-cache.org-20131128165049-afj34g2w6z4mpun9 # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: 635365fd120fff7df81d1d3ab319d85d23661655 # timestamp: 2013-11-28 16:53:41 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: kinkie@squid-cache.org-20131127155203-\ # idi15e28ol304eld # # Begin patch === modified file 'src/Makefile.am' --- src/Makefile.am 2013-11-27 15:52:03 +0000 +++ src/Makefile.am 2013-11-28 16:50:49 +0000 @@ -3040,6 +3040,7 @@ tests/stub_HelperChildConfig.cc \ tests/stub_icp.cc \ tests/stub_ipc.cc \ + tests/stub_ipcache.cc \ tests/stub_libeui.cc \ tests/stub_MemStore.cc \ tests/stub_pconn.cc \