#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.134 2006/04/23 11:10:31 robertc Exp $
+# $Id: Makefile.am,v 1.135 2006/04/24 21:45:24 serassio 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_testAuth_LDFLAGS = $(LIBADD_DL)
$(TESTSOURCES)
tests_testACLMaxUserIP_LDADD= \
-L../lib -lmiscutil \
+ @REGEXLIB@ \
@SQUID_CPPUNIT_LA@ \
@SSLLIB@
tests_testACLMaxUserIP_LDFLAGS = $(LIBADD_DL)
tests_testStore_LDADD= \
-L../lib -lmiscutil \
+ @REGEXLIB@ \
@SQUID_CPPUNIT_LA@ \
@SSLLIB@
tests_testStore_LDFLAGS = $(LIBADD_DL)
SWAP_TEST_LDADD = \
DiskIO/Blocking/BlockingDiskIOModule.o \
repl/lru/store_repl_lru.o \
+ @REGEXLIB@ \
@STORE_LINKOBJS@ \
@STORE_OBJS@ \
@REPL_OBJS@ \