From 314c093c6127c569dd94191ebb0a1e2f56a57c6f Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sun, 23 Mar 2008 22:39:31 -0600 Subject: [PATCH] Fixed adaptation libaries order. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ -- 2.47.2