diff options
author | Tom Rondeau | 2011-12-05 11:00:34 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-12-05 11:00:34 -0500 |
commit | 8cc3b8984c1a71ccbb8a33534571c26ee7447587 (patch) | |
tree | 44e056794f34166f5f8e208e2524fc6103a37764 | |
parent | 0370cfc853b00626b85e1b9d4491b92ca775eb3d (diff) | |
download | gnuradio-8cc3b8984c1a71ccbb8a33534571c26ee7447587.tar.gz gnuradio-8cc3b8984c1a71ccbb8a33534571c26ee7447587.tar.bz2 gnuradio-8cc3b8984c1a71ccbb8a33534571c26ee7447587.zip |
volk: updated autotools Makefile to build with new headers.
-rw-r--r-- | volk/include/volk/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/volk/include/volk/Makefile.am b/volk/include/volk/Makefile.am index b7da9b37c..e7333a015 100644 --- a/volk/include/volk/Makefile.am +++ b/volk/include/volk/Makefile.am @@ -53,7 +53,9 @@ volkinclude_HEADERS = \ volk_16u_byteswap_a.h \ volk_32f_accumulator_s32f_a.h \ volk_32f_x2_add_32f_a.h \ + volk_32f_s32f_multiply_32f_a.h \ volk_32fc_32f_multiply_32fc_a.h \ + volk_32fc_s32fc_multiply_32fc_a.h \ volk_32fc_s32f_power_32fc_a.h \ volk_32f_s32f_calc_spectral_noise_floor_32f_a.h \ volk_32fc_s32f_atan2_32f_a.h \ @@ -65,6 +67,7 @@ volkinclude_HEADERS = \ volk_32fc_deinterleave_real_32f_a.h \ volk_32fc_deinterleave_real_64f_a.h \ volk_32fc_x2_dot_prod_32fc_a.h \ + volk_32fc_x2_dot_prod_32fc_u.h \ volk_32fc_index_max_16u_a.h \ volk_32fc_s32f_magnitude_16i_a.h \ volk_32fc_magnitude_32f_a.h \ |