summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/ofdm
diff options
context:
space:
mode:
authorjcorgan2009-05-20 21:59:44 +0000
committerjcorgan2009-05-20 21:59:44 +0000
commit8cb9f838e35b88b44ed2e0a4b779588ce26e4818 (patch)
tree5779c058e94b8ac307259fd0837057b3f186964b /gnuradio-examples/python/ofdm
parentd61290df87a1894d735de7a5734cefd24869d12f (diff)
downloadgnuradio-8cb9f838e35b88b44ed2e0a4b779588ce26e4818.tar.gz
gnuradio-8cb9f838e35b88b44ed2e0a4b779588ce26e4818.tar.bz2
gnuradio-8cb9f838e35b88b44ed2e0a4b779588ce26e4818.zip
Merged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 done, except for gr-msdd6000. Ready for testing.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11078 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/ofdm')
-rw-r--r--gnuradio-examples/python/ofdm/Makefile.am17
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
+