]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix make check and make distcheck.
authorDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Wed, 17 Aug 2011 23:59:03 +0000 (03:59 +0400)
committerDmitry Kurochkin <dmitry.kurochkin@measurement-factory.com>
Wed, 17 Aug 2011 23:59:03 +0000 (03:59 +0400)
commitba465675fd53ae19a87468ab5d28f4adc3e0d42a
treeeccbb49efa5120d0638ed8217494e33294dc616c
parent109cf61c2a9f1ece83ea8f453f5c9d9982dd3326
Fix make check and make distcheck.

Mostly Makefile changes.  Libcomm stub moved to tests/ directory
to allow using it on Makefile.am *_SOURCES instead of directly
#including it in test sources.
src/Makefile.am
src/comm/Makefile.am
src/tests/stub_libcomm.cc [moved from src/comm/stub_libcomm.cc with 98% similarity]
src/tests/testStore.cc