diff options
author | Tom Rondeau | 2010-12-08 12:19:28 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-12-08 12:19:28 -0500 |
commit | 46d55649012e4fb2838a6f8e9f3c9226ea8b2d50 (patch) | |
tree | cd568b4493719f347d6b42ba63fc22a807c9fd19 /volk/lib | |
parent | 74f206edb2c7bfbe010b5a5cbc5fe2f07965c3a6 (diff) | |
download | gnuradio-46d55649012e4fb2838a6f8e9f3c9226ea8b2d50.tar.gz gnuradio-46d55649012e4fb2838a6f8e9f3c9226ea8b2d50.tar.bz2 gnuradio-46d55649012e4fb2838a6f8e9f3c9226ea8b2d50.zip |
volk: Working on VPATH build issues. Makes it through configure, fails on make.
Diffstat (limited to 'volk/lib')
-rw-r--r-- | volk/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index 54df42d54..4ee934e8b 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -46,6 +46,7 @@ lib_LTLIBRARIES = \ libvolk_runtime.la \ libvolk_qa.la +EXTRA_DIST = volk_mktables.c # ---------------------------------------------------------------- # The main library |