summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Berndt <lukekb@gmail.com>2015-03-09 21:33:18 -0400
committerTom Rondeau <tom@trondeau.com>2015-03-19 15:01:28 -0400
commit94daaa7e5f1049ac07222019d8ce74d570f42a6e (patch)
tree1a6e75212fb261308373e8c756e3c25625c820a8
parent1c33a22e92654bb8333fcd0360414a514e6927f8 (diff)
analog: Added squelch_base_cc.h
squelch_base_cc.h was not included in the cmake file and was not getting installed. As a result thing like power squelch couldn't be used because they include squelch_base_cc.h
-rw-r--r--gr-analog/include/gnuradio/analog/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-analog/include/gnuradio/analog/CMakeLists.txt b/gr-analog/include/gnuradio/analog/CMakeLists.txt
index 5812cb28ad..430e6432a1 100644
--- a/gr-analog/include/gnuradio/analog/CMakeLists.txt
+++ b/gr-analog/include/gnuradio/analog/CMakeLists.txt
@@ -41,6 +41,7 @@ install(FILES
agc2.h
noise_type.h
squelch_base_ff.h
+ squelch_base_cc.h
agc_cc.h
agc_ff.h
agc2_cc.h