diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-03-21 11:09:34 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-21 11:09:34 -0400 |
commit | 8c9b11e7945a97e17c8b922a6d5d833b3b70176a (patch) | |
tree | 710564a56e4ff57bab74d960c3021a04f0616149 | |
parent | fdccb4ba29de06242bf4cce7d439ab3792269dce (diff) |
blocks: fixed missing install of file_sink.h.
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 631a2dff1f..bcee973e37 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -131,6 +131,7 @@ install(FILES deinterleave.h delay.h endian_swap.h + file_sink.h file_source.h file_meta_sink.h file_meta_source.h |