diff options
Diffstat (limited to 'volk/lib/Makefile.am')
-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 2338ac57c..cf8c4f407 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -53,6 +53,7 @@ AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) \ lib_LTLIBRARIES = \ libvolk.la \ libvolk_runtime.la + libvolk_orc.la EXTRA_DIST = \ volk_mktables.c \ @@ -67,7 +68,6 @@ EXTRA_DIST = \ libvolk_runtime_la_SOURCES = \ $(platform_CODE) \ volk_runtime.c \ - volk_init.c \ volk_rank_archs.c \ volk_cpu.c |