Merged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 done...
[debian/gnuradio] / gnuradio-examples / python / digital / Makefile.am
index 64a8665905193c7b9cd28a59f893201bddef74ba..97e586a7060cb68b330bd536dde34006e4a6f75e 100644 (file)
@@ -23,22 +23,22 @@ include $(top_srcdir)/Makefile.common
 
 ourdatadir = $(exampledir)/digital
 
-dist_ourdata_DATA =    \
-       README
+dist_ourdata_DATA =            \
+       README                  \
+       generic_usrp.py         \
+       pick_bitrate.py         \
+       receive_path.py         \
+       receive_path_lb.py      \
+       transmit_path.py        \
+       transmit_path_lb.py     \
+       usrp_options.py
 
 dist_ourdata_SCRIPTS =         \
        benchmark_loopback.py   \
        benchmark_rx.py         \
        benchmark_tx.py         \
        gen_whitener.py         \
-       generic_usrp.py         \
-       pick_bitrate.py         \
-       receive_path.py         \
-       receive_path_lb.py      \
        rx_voice.py             \
        run_length.py           \
-       transmit_path.py        \
-       transmit_path_lb.py     \
        tunnel.py               \
-       tx_voice.py             \
-       usrp_options.py
+       tx_voice.py