diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-21 11:19:54 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-21 11:19:54 -0400 |
commit | 1bb10d9023fbade8244d843273c24d849467385a (patch) | |
tree | 906553b2a944ed5ab557f36ec8e341db110376a9 | |
parent | 8c9b11e7945a97e17c8b922a6d5d833b3b70176a (diff) |
blocks: more missing insalled header files.
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index bcee973e37..7b74ca7a5d 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -131,6 +131,8 @@ install(FILES deinterleave.h delay.h endian_swap.h + file_descriptor_sink.h + file_descriptor_source.h file_sink.h file_source.h file_meta_sink.h @@ -146,6 +148,7 @@ install(FILES interleaved_short_to_complex.h keep_m_in_n.h keep_one_in_n.h + lfsr_32k_source_s.h message_debug.h message_sink.h message_source.h @@ -184,12 +187,12 @@ install(FILES stretch_ff.h tag_debug.h tagged_file_sink.h + tagged_stream_mux.h tagged_stream_to_pdu.h threshold_ff.h throttle.h transcendental.h tuntap_pdu.h - tagged_stream_mux.h uchar_to_float.h udp_sink.h udp_source.h |