commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/02: fec: adding missing include.


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/02: fec: adding missing include.
Date: Tue, 21 Jul 2015 19:27:46 +0000 (UTC)

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

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 5e44c50200b2b43ad64e15817ab1af90093c80e4
Author: Tom Rondeau <address@hidden>
Date:   Wed Jul 15 18:21:08 2015 -0400

    fec: adding missing include.
    
    cc_common.h was not getting installed, so building against FEC stuff
    could fail.
---
 gr-fec/include/gnuradio/fec/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gr-fec/include/gnuradio/fec/CMakeLists.txt 
b/gr-fec/include/gnuradio/fec/CMakeLists.txt
index 63bc32c..9c13f78 100644
--- a/gr-fec/include/gnuradio/fec/CMakeLists.txt
+++ b/gr-fec/include/gnuradio/fec/CMakeLists.txt
@@ -30,6 +30,7 @@ install(FILES
     tagged_encoder.h
     async_decoder.h
     async_encoder.h
+    cc_common.h
     cc_decoder.h
     cc_encoder.h
     ccsds_encoder.h



reply via email to

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