diff options
author | Tom Rondeau | 2011-01-25 21:36:01 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-01-25 21:36:01 -0500 |
commit | 023167ca8a85ab597f9e59302733f71809a8afbd (patch) | |
tree | 40626a97ee104da4d0a98e2af5921370115db465 /volk/lib | |
parent | 108a594c0838ad21f93cba6597d1f66af097b157 (diff) | |
download | gnuradio-023167ca8a85ab597f9e59302733f71809a8afbd.tar.gz gnuradio-023167ca8a85ab597f9e59302733f71809a8afbd.tar.bz2 gnuradio-023167ca8a85ab597f9e59302733f71809a8afbd.zip |
volk: Adding explicit links to local volk libraries. Required to prevent breakage when adding new volk kernels.
Diffstat (limited to 'volk/lib')
-rw-r--r-- | volk/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index beb815e63..446ff574f 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -285,7 +285,7 @@ noinst_PROGRAMS = \ test_all test_all_SOURCES = test_all.cc -test_all_LDADD = libvolk_qa.la +test_all_LDADD = libvolk.la libvolk_runtime.la libvolk_qa.la distclean-local: |