From 8ac430070308f83e8d88f6ae8cf802ccf5a9cf82 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Wed, 16 Feb 2011 15:20:10 -0800 Subject: take libvolk_runtime out of the testqa linkage --- volk/lib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'volk/lib/Makefile.am') diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index 4ffe97d7e..2338ac57c 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -129,8 +129,7 @@ testqa_LDADD = \ ../orc/libvolk_orc.la else testqa_LDADD = \ - libvolk.la \ - libvolk_runtime.la + libvolk.la endif distclean-local: -- cgit