From d61290df87a1894d735de7a5734cefd24869d12f Mon Sep 17 00:00:00 2001 From: jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> Date: Wed, 20 May 2009 15:35:55 +0000 Subject: 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 --- gnuradio-examples/python/digital-bert/Makefile.am | 3 +++ gnuradio-examples/python/digital/Makefile.am | 4 +++- gnuradio-examples/python/mp-sched/Makefile.am | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'gnuradio-examples/python') 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 \ -- cgit v1.2.3