]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
util.c depends on assert.c
authorhno <>
Thu, 11 May 2006 04:11:34 +0000 (04:11 +0000)
committerhno <>
Thu, 11 May 2006 04:11:34 +0000 (04:11 +0000)
lib/Makefile.am

index 3726f2a9a3499ad958eabf6b9ae977903a6dd3a1..a45842a2bf18b9260e073047cf87129ebc137bf0 100644 (file)
@@ -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@