#
# 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:
#
tests_testAuth_LDADD = \
@AUTH_LINKOBJS@ @AUTH_OBJS@ \
-L../lib -lmiscutil \
+ @REGEXLIB@ \
@SQUID_CPPUNIT_LA@ \
@SSLLIB@
tests_testACLMaxUserIP_LDADD = \
-L../lib -lmiscutil \
+ @REGEXLIB@ \
@SQUID_CPPUNIT_LA@ \
@SSLLIB@
tests_testStore_LDADD = \
-L../lib -lmiscutil \
+ @REGEXLIB@ \
@SQUID_CPPUNIT_LA@ \
@SSLLIB@
SWAP_TEST_LDADD = \
DiskIO/Blocking/BlockingDiskIOModule.o \
repl/lru/store_repl_lru.o \
+ @REGEXLIB@ \
@STORE_LINKOBJS@ \
@STORE_OBJS@ \
@REPL_OBJS@ \