]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Build ip before icmp because icmp tests require ip/libip
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 22:55:24 +0000 (15:55 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 22:55:24 +0000 (15:55 -0700)
This bug was found by test-builds.sh.

src/Makefile.am

index 73c16fff82e429b0b86ff8151bf6d877f5a03709..239fe53746e7bcb93b3670722a474e5c241c99bf 100644 (file)
@@ -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