# Copyright (C) 2011-2017 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

########################################################################
# Install header files
########################################################################
install(FILES
    adaptive_algorithm.h
    adaptive_algorithm_cma.h
    adaptive_algorithm_lms.h
    adaptive_algorithm_nlms.h
    additive_scrambler_bb.h
    api.h
    binary_slicer_fb.h
    burst_shaper.h
    chunks_to_symbols.h
    clock_recovery_mm_cc.h
    clock_recovery_mm_ff.h
    constellation.h
    constellation_decoder_cb.h
    constellation_encoder_bc.h
    constellation_receiver_cb.h
    constellation_soft_decoder_cf.h
    corr_est_cc.h
    correlate_access_code_bb.h
    correlate_access_code_tag_bb.h
    correlate_access_code_tag_ff.h
    correlate_access_code_bb_ts.h
    correlate_access_code_ff_ts.h
    costas_loop_cc.h
    cpmmod_bc.h
    crc16_async_bb.h
    crc32_bb.h
    crc32_async_bb.h
    decision_feedback_equalizer.h
    descrambler_bb.h
    diff_coding_type.h
    diff_decoder_bb.h
    diff_encoder_bb.h
    diff_phasor_cc.h
    fll_band_edge_cc.h
    framer_sink_1.h
    glfsr.h
    glfsr_source_b.h
    glfsr_source_f.h
    hdlc_deframer_bp.h
    hdlc_framer_pb.h
    header_buffer.h
    header_payload_demux.h
    lfsr.h
    linear_equalizer.h
    map_bb.h
    metric_type.h
    modulate_vector.h
    mpsk_snr_est.h
    mpsk_snr_est_cc.h
    msk_timing_recovery_cc.h
    ofdm_carrier_allocator_cvc.h
    ofdm_chanest_vcvc.h
    ofdm_cyclic_prefixer.h
    ofdm_equalizer_base.h
    ofdm_equalizer_simpledfe.h
    ofdm_equalizer_static.h
    ofdm_frame_equalizer_vcvc.h
    ofdm_serializer_vcc.h
    ofdm_sync_sc_cfb.h
    header_format_base.h
    header_format_default.h
    header_format_counter.h
    header_format_crc.h
    header_format_ofdm.h
    protocol_formatter_async.h
    protocol_formatter_bb.h
    protocol_parser_b.h
    packet_header_default.h
    packet_header_ofdm.h
    packet_headergenerator_bb.h
    packet_headerparser_b.h
    packet_sink.h
    pfb_clock_sync_ccf.h
    pfb_clock_sync_fff.h
    pn_correlator_cc.h
    probe_density_b.h
    probe_mpsk_snr_est_c.h
    scrambler_bb.h
    interpolating_resampler_type.h
    symbol_sync_cc.h
    symbol_sync_ff.h
    timing_error_detector_type.h
    DESTINATION ${GR_INCLUDE_DIR}/gnuradio/digital
)

