diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-05-20 15:35:55 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-05-20 15:35:55 +0000 |
commit | d61290df87a1894d735de7a5734cefd24869d12f (patch) | |
tree | da45a6ac000a8e4ed3171a544227ed0dc555c19f /gnuradio-examples/python/digital | |
parent | d4dd7b8a5e52212e472ae9a342fb46b47ec17b91 (diff) |
Merged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary packaging; also fixes missing files in digital example directory.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital')
-rw-r--r-- | gnuradio-examples/python/digital/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital/Makefile.am b/gnuradio-examples/python/digital/Makefile.am index 20f27a5bc4..64a8665905 100644 --- a/gnuradio-examples/python/digital/Makefile.am +++ b/gnuradio-examples/python/digital/Makefile.am @@ -31,6 +31,7 @@ dist_ourdata_SCRIPTS = \ benchmark_rx.py \ benchmark_tx.py \ gen_whitener.py \ + generic_usrp.py \ pick_bitrate.py \ receive_path.py \ receive_path_lb.py \ @@ -39,4 +40,5 @@ dist_ourdata_SCRIPTS = \ transmit_path.py \ transmit_path_lb.py \ tunnel.py \ - tx_voice.py + tx_voice.py \ + usrp_options.py |