diff options
author | mleech | 2006-10-07 12:42:24 +0000 |
---|---|---|
committer | mleech | 2006-10-07 12:42:24 +0000 |
commit | 42fde01ca6704b0ab721e35a7225daadb6cbefc0 (patch) | |
tree | 75e81b5baabcf8d3339a95816175bbe987abefc4 /gr-radio-astronomy/src/python/Makefile.am | |
parent | 2dbacda7b6ca783cccb687ab98429a539f82900d (diff) | |
download | gnuradio-42fde01ca6704b0ab721e35a7225daadb6cbefc0.tar.gz gnuradio-42fde01ca6704b0ab721e35a7225daadb6cbefc0.tar.bz2 gnuradio-42fde01ca6704b0ab721e35a7225daadb6cbefc0.zip |
Added waterfall display, and SETI processing options to usrp_ra_receiver, which
necessitated an RA-specific version of waterfallsink.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3735 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-radio-astronomy/src/python/Makefile.am')
-rw-r--r-- | gr-radio-astronomy/src/python/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/Makefile.am b/gr-radio-astronomy/src/python/Makefile.am index e06a2607c..bede7f6e2 100644 --- a/gr-radio-astronomy/src/python/Makefile.am +++ b/gr-radio-astronomy/src/python/Makefile.am @@ -49,7 +49,8 @@ ourpython_PYTHON = \ wxguipython_PYTHON = \ ra_stripchartsink.py \ - ra_fftsink.py + ra_fftsink.py \ + ra_waterfallsink.py # and here for applications you want installed in prefix/bin |