Fix makefile entries
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 30 Jun 2009 22:16:52 +0000 (22:16 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 30 Jun 2009 22:16:52 +0000 (22:16 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11318 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-examples/python/digital/Makefile.am

index 95992a1693882fc4ae41bc37c25b2ad0d5a39e87..d199c84f70ccfb80d53e1556b24b17cefcfb5332 100644 (file)
@@ -27,6 +27,10 @@ dist_ourdata_DATA =          \
        README                  \
        generic_usrp.py         \
        pick_bitrate.py         \
+       qt_digital_window.ui    \
+       qt_digital_window.py    \
+       qt_rx_window.ui         \
+       qt_rx_window.py         \
        receive_path.py         \
        transmit_path.py        \
        usrp_options.py
@@ -37,10 +41,6 @@ dist_ourdata_SCRIPTS =               \
        benchmark_tx.py         \
        benchmark_qt_rx.py      \
        benchmark_qt_loopback.py\
-       qt_digital_window.ui    \
-       qt_digital_window.py    \
-       qt_rx_window.ui         \
-       qt_rx_window.py         \
        gen_whitener.py         \
        rx_voice.py             \
        run_length.py           \