From: hno <> Date: Thu, 6 Sep 2007 21:05:19 +0000 (+0000) Subject: Bug #2074: tests_test_http_range need -ldl just as the other tests.. X-Git-Tag: SQUID_3_0_RC1~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36dca3275fd492f22c9dd42ce579bb493dcf7cc6;p=thirdparty%2Fsquid.git Bug #2074: tests_test_http_range need -ldl just as the other tests.. --- diff --git a/src/Makefile.am b/src/Makefile.am index 92610148b7..7b89460ea8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.190 2007/09/05 21:46:29 hno Exp $ +# $Id: Makefile.am,v 1.191 2007/09/06 15:05:19 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -1895,6 +1895,7 @@ tests_test_http_range_LDADD = \ @SQUID_CPPUNIT_LA@ \ @SSLLIB@ \ @XTRA_LIBS@ +tests_test_http_range_LDFLAGS = $(LIBADD_DL) tests_test_http_range_DEPENDENCIES = \ @SQUID_CPPUNIT_LA@