commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/08: fec: install TPC header files


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/08: fec: install TPC header files
Date: Mon, 30 Jan 2017 13:38:40 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit a3dfba3c2daeba7af1a31ebf5f7db77737b41c5a
Author: Sean Nowlan <address@hidden>
Date:   Wed Jan 18 15:00:26 2017 -0500

    fec: install TPC header files
---
 gr-fec/include/gnuradio/fec/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gr-fec/include/gnuradio/fec/CMakeLists.txt 
b/gr-fec/include/gnuradio/fec/CMakeLists.txt
index 57594b4..3a1a3cf 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"
 )
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]