diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-10-20 17:14:02 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-10-20 17:14:02 -0400 |
commit | 970bb33df3e9dfe19d9cae49a95494b7e175644f (patch) | |
tree | 87e984bd31520f1eacce3fd3c5585e42094af5c5 /gr-analog/include/analog/CMakeLists.txt | |
parent | 0b62e85e4c57796098c4ecf367c8aa16a120e791 (diff) |
analog: adding squelch_base_ff and ctcss_squelch_ff to analog.
This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case).
Diffstat (limited to 'gr-analog/include/analog/CMakeLists.txt')
-rw-r--r-- | gr-analog/include/analog/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-analog/include/analog/CMakeLists.txt b/gr-analog/include/analog/CMakeLists.txt index 0b5dd28e0d..d688d2c3d7 100644 --- a/gr-analog/include/analog/CMakeLists.txt +++ b/gr-analog/include/analog/CMakeLists.txt @@ -77,6 +77,8 @@ install(FILES ${analog_generated_includes} api.h cpm.h + ctcss_squelch_ff.h + squelch_base_ff.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/analog COMPONENT "analog_devel" ) |