summaryrefslogtreecommitdiff
path: root/gr-analog/include/analog/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-10-30 13:30:01 -0400
committerTom Rondeau <trondeau@vt.edu>2012-10-30 13:30:01 -0400
commit11cd6d2dc3e6b3b40474a5a4495d814a7688fe0a (patch)
tree553a61570035a1a1af0bab7397f0f2053c240f3b /gr-analog/include/analog/CMakeLists.txt
parent440739593a0648f40ddaf4e6d4cd898495a9c856 (diff)
analog: added PLL blocks to gr-analog with QA and GRC.
Diffstat (limited to 'gr-analog/include/analog/CMakeLists.txt')
-rw-r--r--gr-analog/include/analog/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-analog/include/analog/CMakeLists.txt b/gr-analog/include/analog/CMakeLists.txt
index fded7501ac..ac1d65932a 100644
--- a/gr-analog/include/analog/CMakeLists.txt
+++ b/gr-analog/include/analog/CMakeLists.txt
@@ -91,6 +91,9 @@ install(FILES
fmdet_cf.h
frequency_modulator_fc.h
phase_modulator_fc.h
+ pll_carriertracking_cc.h
+ pll_freqdet_cf.h
+ pll_refout_cc.h
DESTINATION ${GR_INCLUDE_DIR}/gnuradio/analog
COMPONENT "analog_devel"
)