From d56f9b3076fccf559f65981b7c9ec863a17d88b7 Mon Sep 17 00:00:00 2001 From: hno <> Date: Fri, 5 Jan 2007 03:52:57 +0000 Subject: [PATCH] Specifi LDADD for tcp-banger2 as it doesn't have much dependencies --- test-suite/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 708add5f10..a2b690533b 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.19 2006/05/21 14:35:11 robertc Exp $ +# $Id: Makefile.am,v 1.20 2007/01/04 20:52:57 hno Exp $ # AUTOMAKE_OPTIONS = subdir-objects @@ -48,7 +48,9 @@ check_PROGRAMS= debug \ syntheticoperators \ VirtualDeleteOperator + LDADD =$(top_builddir)/src/globals.o $(top_builddir)/src/time.o -L$(top_builddir)/lib -lmiscutil +tcp_banger2_LDADD = -L$(top_builddir)/lib -lmiscutil DEBUG_SOURCE = test_tools.cc debug_SOURCES = debug.cc $(DEBUG_SOURCE) ESIExpressions_SOURCES = ESIExpressions.cc $(DEBUG_SOURCE) -- 2.47.3