From: serassio <> Date: Wed, 13 Sep 2006 21:08:11 +0000 (+0000) Subject: testURL needs GNUregex library on MinGW X-Git-Tag: SQUID_3_0_PRE5~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ec171cdbc0cb819bc1fc79fa9a05c13b8711a2e;p=thirdparty%2Fsquid.git testURL needs GNUregex library on MinGW --- diff --git a/src/Makefile.am b/src/Makefile.am index e384d3929b..2be575ac3e 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.165 2006/09/06 19:36:42 serassio Exp $ +# $Id: Makefile.am,v 1.166 2006/09/13 15:08:11 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -2316,6 +2316,7 @@ nodist_tests_testURL_SOURCES = \ tests_testURL_LDADD = \ libsquid.la \ libauth.la \ + @REGEXLIB@ \ @REPL_OBJS@ \ @ICAP_LIBS@ \ @SNMPLIB@ \