diff options
-rw-r--r-- | gr-fec/include/gnuradio/fec/CMakeLists.txt | 5 | ||||
-rw-r--r-- | gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gr-fec/include/gnuradio/fec/CMakeLists.txt b/gr-fec/include/gnuradio/fec/CMakeLists.txt index aca8c8da84..57594b47d8 100644 --- a/gr-fec/include/gnuradio/fec/CMakeLists.txt +++ b/gr-fec/include/gnuradio/fec/CMakeLists.txt @@ -47,6 +47,11 @@ install(FILES puncture_bb.h puncture_ff.h depuncture_bb.h + cldpc.h + alist.h + gf2mat.h + gf2vec.h + awgn_bp.h ldpc_encoder.h ldpc_decoder.h polar_encoder.h diff --git a/gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt b/gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt index 5d22f112af..991c7583a8 100644 --- a/gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt +++ b/gr-qtgui/include/gnuradio/qtgui/CMakeLists.txt @@ -46,8 +46,6 @@ install(FILES qtgui_types.h sink_c.h sink_f.h - spectrumdisplayform.h - SpectrumGUIClass.h spectrumUpdateEvents.h timedisplayform.h timecontrolpanel.h diff --git a/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt b/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt index 1ad2f711fc..60f75e7913 100644 --- a/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt +++ b/gr-vocoder/include/gnuradio/vocoder/CMakeLists.txt @@ -24,9 +24,6 @@ install(FILES api.h alaw_decode_bs.h alaw_encode_sb.h - codec2.h - codec2_decode_ps.h - codec2_encode_sp.h cvsd_decode_bs.h cvsd_encode_sb.h g721_decode_bs.h |