From ffd9677923fb74ba5ab81caedd05324e83d55b33 Mon Sep 17 00:00:00 2001 From: hno <> Date: Tue, 25 Apr 2006 06:10:46 +0000 Subject: [PATCH] Bootstrapped --- src/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index a12e5390dc..b44e78a3d8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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@ \ -- 2.47.2