diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2016-06-23 16:01:01 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-23 16:06:25 -0700 |
commit | 0e18622160a33c10d5853fc3e3d0ee4ebaa41829 (patch) | |
tree | fe4726cfa9882d4d8e898a8fb010c9c6e515ecf0 /gr-fec | |
parent | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (diff) |
build: clean up header installation across tree
* Remove unused, uncompilable headers in gr-atsc or
gr-vocoder
* Don't install build-time only header in gr-qtgui
* Install missing headers in gr-fec
Diffstat (limited to 'gr-fec')
-rw-r--r-- | gr-fec/include/gnuradio/fec/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 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 |