summaryrefslogtreecommitdiff
path: root/gr-atsc
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2015-12-11 19:34:19 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2015-12-11 19:34:19 -0800
commit066a32c6c3fad637541101839101d942eb0483c2 (patch)
treefe786fb7fa4016b795550644b7643952058ae6e1 /gr-atsc
parent4a8f168ad76e9e56cb8cb1f2f74dfb0112e44fe9 (diff)
Revert "Fixes for ABI compliance checker"
This reverts commit 578fcb99217bdbc4501e620ade7665242f793c71.
Diffstat (limited to 'gr-atsc')
-rw-r--r--gr-atsc/include/gnuradio/atsc/CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/gr-atsc/include/gnuradio/atsc/CMakeLists.txt b/gr-atsc/include/gnuradio/atsc/CMakeLists.txt
index 3955a628b6..cdf818aab2 100644
--- a/gr-atsc/include/gnuradio/atsc/CMakeLists.txt
+++ b/gr-atsc/include/gnuradio/atsc/CMakeLists.txt
@@ -41,6 +41,7 @@ install(FILES
equalizer_lms2_impl.h
equalizer_lms_impl.h
equalizer_nop_impl.h
+ exp2_lp_impl.h
fake_single_viterbi_impl.h
field_sync_demux.h
field_sync_mux.h
@@ -50,6 +51,29 @@ install(FILES
fs_checker_naive_impl.h
fs_correlator_impl.h
fs_correlator_naive_impl.h
+ GrAtscBitTimingLoop2.h
+ GrAtscBitTimingLoop3.h
+ GrAtscBitTimingLoop.h
+ GrAtscConvert2xTo20.h
+ GrAtscDataSegToSoftDataSeg.h
+ GrAtscDeinterleaver.h
+ GrAtscDerandomizer.h
+ GrAtscEqualizer.h
+ GrAtscFieldSyncChecker.h
+ GrAtscFieldSyncCorrelator.h
+ GrAtscFieldSyncDemux.h
+ GrAtscFieldSyncMux.h
+ GrAtscFPLL.h
+ GrAtscInterleaver.h
+ GrAtscRandomizer.h
+ GrAtscRSDecoder.h
+ GrAtscRSEncoder.h
+ GrAtscSegSymSync.h
+ GrAtscSegSymSyncImpl_export.h
+ GrAtscSegSymSyncImpl.h
+ GrAtscSymbolMapper.h
+ GrAtscTrellisEncoder.h
+ GrAtscViterbiDecoder.h
interleaver_fifo.h
interleaver.h
pad.h
@@ -57,9 +81,12 @@ install(FILES
randomizer.h
randomizer_impl.h
reed_solomon_impl.h
+ root_raised_cosine_bandpass_impl.h
+ root_raised_cosine_impl.h
rs_decoder.h
rs_encoder.h
single_viterbi_impl.h
+ slicer_agc_impl.h
sliding_correlator_impl.h
sssr_impl.h
syminfo_impl.h
@@ -69,6 +96,7 @@ install(FILES
types.h
viterbi_decoder.h
viterbi_decoder_impl.h
+ vsbtx_lp_impl.h
DESTINATION ${GR_INCLUDE_DIR}/gnuradio/atsc
COMPONENT "atsc_devel"
)