From: Alex Rousskov Date: Mon, 24 Mar 2008 04:39:31 +0000 (-0600) Subject: Fixed adaptation libaries order. X-Git-Tag: SQUID_3_1_0_1~49^2~302^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=314c093c6127c569dd94191ebb0a1e2f56a57c6f;p=thirdparty%2Fsquid.git Fixed adaptation libaries order. --- diff --git a/src/Makefile.am b/src/Makefile.am index e84ffce5e1..ae3e772816 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,8 +42,7 @@ if USE_ECAP SUBDIRS += eCAP endif -ADAPTATION_LIBS = @ADAPTATION_LIBS@ @ICAP_LIBS@ @ECAP_LIBS@ - +ADAPTATION_LIBS = @ECAP_LIBS@ @ICAP_LIBS@ @ADAPTATION_LIBS@ DELAY_POOL_ALL_SOURCE = \ CommonPool.h \