From: hno <> Date: Thu, 11 May 2006 04:29:21 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54cbcd3c6090ffe6a3acf1abb602ab7053df2fda;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 1b5ce20f7f..2bedb6f1f9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.118 2006/05/10 22:06:42 hno Exp $ +# $Id: Makefile.in,v 1.119 2006/05/10 22:29:21 hno Exp $ # srcdir = @srcdir@ @@ -91,9 +91,9 @@ libsspwin32_a_LIBADD = am_libsspwin32_a_OBJECTS = sspwin32.$(OBJEXT) libsspwin32_a_OBJECTS = $(am_libsspwin32_a_OBJECTS) am__tests_testAll_SOURCES_DIST = tests/testArray.cc tests/testMain.cc \ - tests/testArray.h Profiler.c util.c + tests/testArray.h Profiler.c util.c assert.c am_tests_testAll_OBJECTS = testArray.$(OBJEXT) testMain.$(OBJEXT) \ - $(am__objects_3) util.$(OBJEXT) + $(am__objects_3) util.$(OBJEXT) assert.$(OBJEXT) tests_testAll_OBJECTS = $(am_tests_testAll_OBJECTS) tests_testAll_DEPENDENCIES = am__dirstamp = $(am__leading_dot)dirstamp @@ -402,7 +402,7 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include @SQUID_CPPUNIT_INC@ TESTS = $(check_PROGRAMS) tests_testAll_SOURCES = tests/testArray.cc tests/testMain.cc tests/testArray.h \ $(XPROF_STATS_SOURCE) \ - util.c + util.c assert.c tests_testAll_LDADD = @SQUID_CPPUNIT_LA@ tests_testAll_LDFLAGS = $(LIBADD_DL)