]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Makefile.am
Portability: Move testRefCount to src/
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 Nov 2012 10:31:28 +0000 (23:31 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 1 Nov 2012 10:31:28 +0000 (23:31 +1300)
commite35d7a779c709e19a2608bfefec75074b435333d
tree172b14cb16883d38c3518c23aa5b571caf77c844
parent8ebef9e073eaa914e622322b0ddd9873641c0349
Portability: Move testRefCount to src/

It seems the automake dependencies on stub_*.o are still not working well
and ICC requires several stubs in order to link libbase.la.

This also adds new stubs for MemBuf.h and cbdata.h APIs.
src/Makefile.am
src/base/Makefile.am
src/tests/stub_MemBuf.cc [new file with mode: 0644]
src/tests/stub_cbdata.cc [new file with mode: 0644]
src/tests/testRefCount.cc [moved from src/base/testRefCount.cc with 100% similarity]