summaryrefslogtreecommitdiff
path: root/gr-utils/src
diff options
context:
space:
mode:
authorTom Rondeau2009-08-25 18:43:52 -0400
committerTom Rondeau2009-08-25 18:43:52 -0400
commit5314163f36b010c386a545512366aeb1f075f602 (patch)
tree6ab9a5ec14ce7a545acae5e58984a7a9a967fc86 /gr-utils/src
parent785cacd477d50aba8a412bae16c57681c52a7fd2 (diff)
downloadgnuradio-5314163f36b010c386a545512366aeb1f075f602.tar.gz
gnuradio-5314163f36b010c386a545512366aeb1f075f602.tar.bz2
gnuradio-5314163f36b010c386a545512366aeb1f075f602.zip
Added files to Makefile.am for distribution.
Diffstat (limited to 'gr-utils/src')
-rw-r--r--gr-utils/src/python/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/gr-utils/src/python/Makefile.am b/gr-utils/src/python/Makefile.am
index b58faa9bf..0c8240fe4 100644
--- a/gr-utils/src/python/Makefile.am
+++ b/gr-utils/src/python/Makefile.am
@@ -23,12 +23,16 @@ include $(top_srcdir)/Makefile.common
EXTRA_DIST = \
$(bin_SCRIPTS) \
- README.plot
+ README.plot \
+ pyqt_plot.ui \
+ pyqt_filter.ui
ourpythondir = $(grpythondir)
ourpython_PYTHON = \
- plot_data.py
+ plot_data.py \
+ pyqt_plot.py \
+ pyqt_filter.py
bin_SCRIPTS = \
gr_plot_char.py \
@@ -43,6 +47,8 @@ bin_SCRIPTS = \
gr_plot_int.py \
gr_plot_iq.py \
gr_plot_short.py \
+ gr_plot_qt.py \
+ gr_filter_design.py \
lsusrp \
usrp_fft.py \
usrp_oscope.py \
@@ -56,3 +62,4 @@ bin_SCRIPTS = \
usrp2_rx_cfile.py \
usrp2_siggen.py \
usrp2_siggen_gui.py
+