]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix make check error when COSS is enabled
authorGuido Serassio <serassio@squid-cache.org>
Thu, 1 May 2008 15:35:17 +0000 (17:35 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Thu, 1 May 2008 15:35:17 +0000 (17:35 +0200)
src/Makefile.am [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8594a12..56b7071
@@ -2316,6 +2316,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)