From: Alex Rousskov Date: Thu, 19 Feb 2009 22:55:24 +0000 (-0700) Subject: Build ip before icmp because icmp tests require ip/libip X-Git-Tag: SQUID_3_2_0_1~1179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edb6d4af73b7df7a39ec49b2a4ac58dbd055cc12;p=thirdparty%2Fsquid.git Build ip before icmp because icmp tests require ip/libip This bug was found by test-builds.sh. --- diff --git a/src/Makefile.am b/src/Makefile.am index 73c16fff82..239fe53746 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,7 @@ LOADABLE_MODULES_SOURCES = \ TESTS=$(check_PROGRAMS) check_PROGRAMS= -SUBDIRS = base fs repl auth icmp ip +SUBDIRS = base fs repl auth ip icmp if USE_ADAPTATION SUBDIRS += adaptation