]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Tue, 25 Apr 2006 06:10:46 +0000 (06:10 +0000)
committerhno <>
Tue, 25 Apr 2006 06:10:46 +0000 (06:10 +0000)
src/Makefile.in

index a12e5390dc6bded0cca3e3c86ff7542cb7ddc877..b44e78a3d83b6a10f7a45ac761678690269ebc35 100644 (file)
@@ -17,7 +17,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.372 2006/04/23 11:10:31 robertc Exp $
+#  $Id: Makefile.in,v 1.373 2006/04/25 00:10:46 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -1743,6 +1743,7 @@ tests_testAuth_SOURCES = tests/testAuth.cc tests/testMain.cc  tests/testAuth.h $
 tests_testAuth_LDADD = \
        @AUTH_LINKOBJS@ @AUTH_OBJS@ \
        -L../lib -lmiscutil \
+       @REGEXLIB@ \
        @SQUID_CPPUNIT_LA@ \
        @SSLLIB@
 
@@ -1790,6 +1791,7 @@ tests_testACLMaxUserIP_SOURCES = \
 
 tests_testACLMaxUserIP_LDADD = \
        -L../lib -lmiscutil \
+       @REGEXLIB@ \
        @SQUID_CPPUNIT_LA@ \
        @SSLLIB@
 
@@ -1875,6 +1877,7 @@ tests_testStore_SOURCES = tests/testStore.cc \
 
 tests_testStore_LDADD = \
        -L../lib -lmiscutil \
+       @REGEXLIB@ \
        @SQUID_CPPUNIT_LA@ \
        @SSLLIB@
 
@@ -1913,6 +1916,7 @@ SWAP_TEST_SOURCES = \
 SWAP_TEST_LDADD = \
        DiskIO/Blocking/BlockingDiskIOModule.o \
        repl/lru/store_repl_lru.o \
+       @REGEXLIB@ \
        @STORE_LINKOBJS@ \
        @STORE_OBJS@ \
        @REPL_OBJS@ \