From: hno <> Date: Fri, 5 Jan 2007 03:52:57 +0000 (+0000) Subject: Specifi LDADD for tcp-banger2 as it doesn't have much dependencies X-Git-Tag: SQUID_3_0_PRE6~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d56f9b3076fccf559f65981b7c9ec863a17d88b7;p=thirdparty%2Fsquid.git Specifi LDADD for tcp-banger2 as it doesn't have much dependencies --- 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)