diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-10 22:48:39 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-10 22:48:39 -0400 |
commit | 5a3f0062fa438875b68191363d4ff78ccd07d0c9 (patch) | |
tree | 9f883de47cc6ce1535d0a91219fbd0511d56acf8 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 1bc6349e4714c5c4856b3abb95dc5f6b15c44281 (diff) | |
parent | 45f9c0a5792526279ebf5ffa6a4853c7e2de6dd6 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 3315430a5f..5cc2731cb1 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -101,6 +101,7 @@ install(FILES api.h control_loop.h count_bits.h + file_sink_base.h fxpt.h fxpt_nco.h fxpt_vco.h @@ -123,6 +124,9 @@ 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 |