diff options
Diffstat (limited to 'gnuradio-examples/python/ofdm')
-rw-r--r-- | gnuradio-examples/python/ofdm/Makefile.am | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gnuradio-examples/python/ofdm/Makefile.am b/gnuradio-examples/python/ofdm/Makefile.am index a42d4017d..fc7156b4c 100644 --- a/gnuradio-examples/python/ofdm/Makefile.am +++ b/gnuradio-examples/python/ofdm/Makefile.am @@ -23,19 +23,20 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/ofdm -dist_ourdata_DATA = \ - ofdm_sync.m \ - ofdm_sync_pn.m \ - plot_ofdm.m +dist_ourdata_DATA = \ + ofdm_sync.m \ + ofdm_sync_pn.m \ + fusb_options.py \ + plot_ofdm.m \ + pick_bitrate.py \ + receive_path.py \ + transmit_path.py dist_ourdata_SCRIPTS = \ benchmark_ofdm.py \ benchmark_ofdm_rx.py \ benchmark_ofdm_tx.py \ fftshift.py \ - fusb_options.py \ - pick_bitrate.py \ - receive_path.py \ - transmit_path.py \ ofdm_mod_demod_test.py \ tunnel.py + |