]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Guido Serassio <serassio@squid-cache.org>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 3 May 2008 04:46:44 +0000 (22:46 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 3 May 2008 04:46:44 +0000 (22:46 -0600)
Fix make check error when COSS is enabled

src/Makefile.am [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index f637bb5..8acdd6f
@@ -2242,6 +2242,7 @@ tests_testCoss_SOURCES= tests/testCoss.cc \
        tests/testCoss.h \
        $(SWAP_TEST_SOURCES)
 tests_testCoss_LDADD= \
+       libsquid.la \
        $(SWAP_TEST_LDADD) \
        @SSLLIB@
 tests_testCoss_LDFLAGS = $(LIBADD_DL)