diff options
author | Tom Rondeau | 2011-02-02 13:55:15 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-02-02 13:55:15 -0500 |
commit | 736874202f15222fa3ec10ceeb1815e8a595ed3a (patch) | |
tree | dcf375185b0acde03c0af8acbbc16feba7bc67c5 /volk/lib | |
parent | 800686701206e438e5a5d645242137f9285c4fa9 (diff) | |
download | gnuradio-736874202f15222fa3ec10ceeb1815e8a595ed3a.tar.gz gnuradio-736874202f15222fa3ec10ceeb1815e8a595ed3a.tar.bz2 gnuradio-736874202f15222fa3ec10ceeb1815e8a595ed3a.zip |
volk: cleaning up makefile issues after merge.
Diffstat (limited to 'volk/lib')
-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 |