diff options
Diffstat (limited to 'gnuradio-examples/python/digital/Makefile.am')
-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 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 |