diff options
author | Nick Foster <bistromath@gmail.com> | 2014-03-27 15:45:42 -0700 |
---|---|---|
committer | Nick Foster <bistromath@gmail.com> | 2014-03-27 15:45:42 -0700 |
commit | 655646c7bb84a14341dc1e06f955103aa28464c5 (patch) | |
tree | ee2b5737612d68e3f40c2c331ec87af919f04e7f /gr-digital/lib/CMakeLists.txt | |
parent | aacdf167e5c21e62e36c9d3088ec207e177b212a (diff) |
Add matching HDLC framer. Fix deframer max/min.
Diffstat (limited to 'gr-digital/lib/CMakeLists.txt')
-rw-r--r-- | gr-digital/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/lib/CMakeLists.txt b/gr-digital/lib/CMakeLists.txt index 709c74ce80..00200d1dc3 100644 --- a/gr-digital/lib/CMakeLists.txt +++ b/gr-digital/lib/CMakeLists.txt @@ -138,6 +138,7 @@ list(APPEND digital_sources glfsr_source_b_impl.cc glfsr_source_f_impl.cc hdlc_deframer_bp_impl.cc + hdlc_framer_pb_impl.cc header_payload_demux_impl.cc kurtotic_equalizer_cc_impl.cc lms_dd_equalizer_cc_impl.cc |