diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-15 03:15:21 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-15 03:15:21 -0700 |
commit | 928a9ada1c7caa739ee57f49da4446a04d301b12 (patch) | |
tree | 7f19bec3e4a890aa7c9e1b19f159671d1a24f24c /gr-analog/include/analog/CMakeLists.txt | |
parent | c2c7d53afe862390ec1d6490309d2d0f4b96bf50 (diff) |
analog: minor cleanup for added block
Diffstat (limited to 'gr-analog/include/analog/CMakeLists.txt')
-rw-r--r-- | gr-analog/include/analog/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-analog/include/analog/CMakeLists.txt b/gr-analog/include/analog/CMakeLists.txt index a44f119d36..f46960c984 100644 --- a/gr-analog/include/analog/CMakeLists.txt +++ b/gr-analog/include/analog/CMakeLists.txt @@ -93,6 +93,7 @@ install(FILES fmdet_cf.h frequency_modulator_fc.h phase_modulator_fc.h + plateau_detector_fb.h pll_carriertracking_cc.h pll_freqdet_cf.h pll_refout_cc.h @@ -105,7 +106,8 @@ install(FILES rail_ff.h rotator.h sig_source_waveform.h - simple_squelch_cc.h plateau_detector_fb.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/analog + simple_squelch_cc.h + DESTINATION ${GR_INCLUDE_DIR}/gnuradio/analog COMPONENT "analog_devel" ) |