diff options
author | Tom Rondeau | 2011-09-01 12:11:07 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-01 13:49:58 -0400 |
commit | 0e962fd8e859f313c9483d6c3444200977a70022 (patch) | |
tree | 1da196f2407d774b9eaab5a3302898983c011238 /gr-digital/python/Makefile.am | |
parent | e17dbbcda50bdb851227c67e68c9d3e2e7732468 (diff) | |
download | gnuradio-0e962fd8e859f313c9483d6c3444200977a70022.tar.gz gnuradio-0e962fd8e859f313c9483d6c3444200977a70022.tar.bz2 gnuradio-0e962fd8e859f313c9483d6c3444200977a70022.zip |
digital: adding CPM C++ hier block, which adds a hier directory to gr-digital. Reworked build system to include this in the libraries and modules built.
Diffstat (limited to 'gr-digital/python/Makefile.am')
-rw-r--r-- | gr-digital/python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-digital/python/Makefile.am b/gr-digital/python/Makefile.am index 6c61002f1..a33e4963d 100644 --- a/gr-digital/python/Makefile.am +++ b/gr-digital/python/Makefile.am @@ -35,6 +35,7 @@ noinst_PYTHON = \ qa_binary_slicer_fb.py \ qa_clock_recovery_mm.py \ qa_cma_equalizer.py \ + qa_cpm.py \ qa_constellation.py \ qa_constellation_receiver.py \ qa_constellation_decoder_cb.py \ |