diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 12:40:58 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 12:40:58 -0400 |
commit | d4e3aa83de313e6eb9f6c4e186d8f7a3b4bfcc64 (patch) | |
tree | 20f1e68059d14a02a1cc6c02481398e7caa3e8c7 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 19e39553188395a4ee057fa8c5e0f92cbeda4f28 (diff) |
blocks: removing fxpt, nco, vco primitives from gr-blocks.
Have decided to keep all basic math functions in core.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index fcd31e31a8..bb9c1c79df 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -105,15 +105,10 @@ install(FILES control_loop.h count_bits.h file_sink_base.h - fxpt.h - fxpt_nco.h - fxpt_vco.h lfsr_15_1_0.h lfsr_32k.h log2_const.h rotator.h - nco.h - vco.h wavfile.h add_ff.h annotator_1to1.h |