diff options
author | Nick Foster | 2011-02-16 15:20:10 -0800 |
---|---|---|
committer | Nick Foster | 2011-02-16 15:20:10 -0800 |
commit | 8ac430070308f83e8d88f6ae8cf802ccf5a9cf82 (patch) | |
tree | 96adf2fbb6c53cf862b228b81f94861a3a85c8cb | |
parent | 5d10579e79b35a3d80af967b73dfe72f7ce14740 (diff) | |
download | gnuradio-8ac430070308f83e8d88f6ae8cf802ccf5a9cf82.tar.gz gnuradio-8ac430070308f83e8d88f6ae8cf802ccf5a9cf82.tar.bz2 gnuradio-8ac430070308f83e8d88f6ae8cf802ccf5a9cf82.zip |
take libvolk_runtime out of the testqa linkage
-rw-r--r-- | volk/lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
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: |