diff options
author | Nick Foster | 2011-02-15 22:25:54 -0800 |
---|---|---|
committer | Nick Foster | 2011-02-15 22:25:54 -0800 |
commit | 88c389e1166cf5427cfabc012502337999c2b68f (patch) | |
tree | 24892d876cbd86689a11903455c22ff996f1b6d5 /volk/lib/Makefile.am | |
parent | fd03c0ee7cb9af71a5e0292569b626ba3dabd885 (diff) | |
download | gnuradio-88c389e1166cf5427cfabc012502337999c2b68f.tar.gz gnuradio-88c389e1166cf5427cfabc012502337999c2b68f.tar.bz2 gnuradio-88c389e1166cf5427cfabc012502337999c2b68f.zip |
Revert "Removed some mktables stuff since it's passe"
This reverts commit d364316fa2e047890af09c7bdeed776d6391b3db.
Diffstat (limited to 'volk/lib/Makefile.am')
-rw-r--r-- | volk/lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index af655a1c5..4ffe97d7e 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -55,7 +55,9 @@ lib_LTLIBRARIES = \ libvolk_runtime.la EXTRA_DIST = \ + volk_mktables.c \ volk_rank_archs.h \ + volk_proccpu_sim.c \ gcc_x86_cpuid.h # ---------------------------------------------------------------- @@ -138,6 +140,7 @@ distclean-local: rm -f volk_cpu_x86.c rm -f volk_init.c rm -f volk_init.h + rm -f volk_mktables.c rm -f volk_proccpu_sim.c rm -f volk_runtime.c rm -f volk_tables.h |