]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
testURL needs GNUregex library on MinGW
authorserassio <>
Wed, 13 Sep 2006 21:08:11 +0000 (21:08 +0000)
committerserassio <>
Wed, 13 Sep 2006 21:08:11 +0000 (21:08 +0000)
src/Makefile.am

index e384d3929b2e3868d6ae06fd1a3e0ffab9e66634..2be575ac3ee086a7298f87d515b2d1b86de9224b 100644 (file)
@@ -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@ \