diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-09 09:35:43 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-09 09:35:43 -0500 |
commit | b359d899af0771f3b3d66180af46df38d1c141f6 (patch) | |
tree | 9970d6cb0fe1b101d5e5163a9bb005f746ddd752 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | fe70fa72ea22a133874337da2d03d30611e5ab1c (diff) | |
parent | 21c95a82a495f0cf9dfe511f9ef370bae9ac0eeb (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 6609ede243..f101dedaab 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -106,6 +106,7 @@ install(FILES log2_const.h nco.h vco.h + wavfile.h add_ff.h bin_statistics_f.h burst_tagger.h @@ -165,6 +166,7 @@ install(FILES streams_to_vector.h stretch_ff.h tag_debug.h + tagged_file_sink.h tagged_stream_to_pdu.h threshold_ff.h throttle.h @@ -175,6 +177,8 @@ install(FILES vco_f.h vector_to_stream.h vector_to_streams.h + wavfile_sink.h + wavfile_source.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/blocks COMPONENT "blocks_devel" ) |