diff options
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 17b2de740..eda014a1c 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 20f27a5bc..64a866590 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 4fc29b059..98fa283ef 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 \ |