]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Specifi LDADD for tcp-banger2 as it doesn't have much dependencies
authorhno <>
Fri, 5 Jan 2007 03:52:57 +0000 (03:52 +0000)
committerhno <>
Fri, 5 Jan 2007 03:52:57 +0000 (03:52 +0000)
test-suite/Makefile.am

index 708add5f10e024d70a55975e664906da818745dd..a2b690533bdbac401a0d01f7f0cfa033892afd93 100644 (file)
@@ -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)