diff options
author | Tom Rondeau | 2011-10-26 01:09:05 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-26 01:09:05 -0400 |
commit | 5c9877d0e9cda090ac5065975ce2c6babcb953f9 (patch) | |
tree | b50029440c98fc3e840595a6fca3384e596ea8ce /gr-qtgui | |
parent | 9db418d113b51221862fb68d711ecd9c1cc1316a (diff) | |
download | gnuradio-5c9877d0e9cda090ac5065975ce2c6babcb953f9.tar.gz gnuradio-5c9877d0e9cda090ac5065975ce2c6babcb953f9.tar.bz2 gnuradio-5c9877d0e9cda090ac5065975ce2c6babcb953f9.zip |
qtgui: these shouldn't be installed.
Diffstat (limited to 'gr-qtgui')
-rw-r--r-- | gr-qtgui/apps/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-qtgui/apps/Makefile.am b/gr-qtgui/apps/Makefile.am index 4d0c550a1..ba799bbee 100644 --- a/gr-qtgui/apps/Makefile.am +++ b/gr-qtgui/apps/Makefile.am @@ -23,10 +23,6 @@ include $(top_srcdir)/Makefile.common if PYTHON -nodist_bin_SCRIPTS = \ - qt_digital_window.ui \ - usrp_display_qtgui.ui - noinst_PYTHON = \ qt_digital.py \ qt_digital_window.py \ |