From: hno <> Date: Thu, 11 May 2006 04:11:34 +0000 (+0000) Subject: util.c depends on assert.c X-Git-Tag: SQUID_3_0_PRE4~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ea7937be48a89e8ab4b4a9d3e7ec3fe612809e8;p=thirdparty%2Fsquid.git util.c depends on assert.c --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 3726f2a9a3..a45842a2bf 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.19 2006/05/10 22:03:07 hno Exp $ +# $Id: Makefile.am,v 1.20 2006/05/10 22:11:34 hno Exp $ # DIST_SUBDIRS = libTrie cppunit-1.10.0 @@ -95,7 +95,7 @@ check_PROGRAMS=tests/testAll 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@