summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Nowlan <nowlans@ieee.org>2017-01-18 15:00:26 -0500
committerSean Nowlan <nowlans@ieee.org>2017-01-18 15:00:26 -0500
commita3dfba3c2daeba7af1a31ebf5f7db77737b41c5a (patch)
treede500c5132ab01dae69af60f94cf3c141b5c990f
parent591369362b985ac721f1c7bd0ef4fea9b5c759d9 (diff)
fec: install TPC header files
-rw-r--r--gr-fec/include/gnuradio/fec/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/gr-fec/include/gnuradio/fec/CMakeLists.txt b/gr-fec/include/gnuradio/fec/CMakeLists.txt
index 57594b47d8..3a1a3cf659 100644
--- a/gr-fec/include/gnuradio/fec/CMakeLists.txt
+++ b/gr-fec/include/gnuradio/fec/CMakeLists.txt
@@ -60,7 +60,11 @@ install(FILES
polar_decoder_sc_list.h
polar_decoder_common.h
polar_encoder_systematic.h
- polar_decoder_sc_systematic.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/fec
+ polar_decoder_sc_systematic.h
+ maxstar.h
+ tpc_common.h
+ tpc_decoder.h
+ tpc_encoder.h DESTINATION ${GR_INCLUDE_DIR}/gnuradio/fec
COMPONENT "fec_devel"
)