diff options
Diffstat (limited to 'volk/lib/Makefile.am')
-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: |