diff options
-rw-r--r-- | volk/lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index af7c7f335..3e5502369 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -57,7 +57,8 @@ lib_LTLIBRARIES = \ EXTRA_DIST = \ volk_mktables.c \ volk_rank_archs.h \ - volk_proccpu_sim.c + volk_proccpu_sim.c \ + gcc_x86_cpuid.h # ---------------------------------------------------------------- # The main library @@ -109,8 +110,7 @@ endif # ---------------------------------------------------------------- noinst_HEADERS = \ volk_init.h \ - qa_utils.h \ - assembly.h + qa_utils.h # ---------------------------------------------------------------- # Our test program |