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 | |
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')
-rw-r--r-- | gnuradio-examples/python/digital-bert/Makefile.am | 3 | ||||
-rw-r--r-- | gnuradio-examples/python/digital/Makefile.am | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/mp-sched/Makefile.am | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/gnuradio-examples/python/digital-bert/Makefile.am b/gnuradio-examples/python/digital-bert/Makefile.am index 17b2de740a..eda014a1c9 100644 --- a/gnuradio-examples/python/digital-bert/Makefile.am +++ b/gnuradio-examples/python/digital-bert/Makefile.am @@ -23,6 +23,9 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/digital-bert +dist_ourdata_DATA = \ + README + dist_ourdata_SCRIPTS = \ benchmark_rx.py \ benchmark_tx.py \ 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 diff --git a/gnuradio-examples/python/mp-sched/Makefile.am b/gnuradio-examples/python/mp-sched/Makefile.am index 4fc29b0594..98fa283ef0 100644 --- a/gnuradio-examples/python/mp-sched/Makefile.am +++ b/gnuradio-examples/python/mp-sched/Makefile.am @@ -22,6 +22,9 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/mp-sched +dist_ourdata_DATA = \ + README + dist_ourdata_SCRIPTS = \ plot_flops.py \ run_synthetic.py \ |