diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-03-01 09:14:44 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-13 15:20:39 -0400 |
commit | 3cf9ea682c7286ef25df1346bc9c9528a74c3469 (patch) | |
tree | 11d5cf563d258fe3345d3de0f64363286cacb056 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | e247d2c1f5e6023b4094465f740d1c48332ae672 (diff) |
blocks: adding probe_rate block
Conflicts:
gr-blocks/include/blocks/CMakeLists.txt
gr-blocks/lib/CMakeLists.txt
gr-blocks/swig/blocks_swig.i
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 111feef4f1..c7b3cb918e 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -124,9 +124,6 @@ install(FILES conjugate_cc.h deinterleave.h delay.h - file_descriptor_sink.h - file_descriptor_source.h - file_sink.h file_source.h file_meta_sink.h file_meta_source.h @@ -156,6 +153,7 @@ install(FILES pdu.h pdu_to_tagged_stream.h peak_detector2_fb.h + probe_rate.h regenerate_bb.h repeat.h rms_cf.h |