diff options
author | Tom Rondeau | 2011-03-27 15:03:14 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-03-27 15:03:14 -0400 |
commit | 4c4fab942ddb6b685947bf089b127dfa756de7c4 (patch) | |
tree | a2b891c42f651307deb28b2cdbeeb1a1142d3dd6 /gr-qtgui/python | |
parent | 0726044c8c608826253d732512b56f0c88e0c55c (diff) | |
download | gnuradio-4c4fab942ddb6b685947bf089b127dfa756de7c4.tar.gz gnuradio-4c4fab942ddb6b685947bf089b127dfa756de7c4.tar.bz2 gnuradio-4c4fab942ddb6b685947bf089b127dfa756de7c4.zip |
gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.
Diffstat (limited to 'gr-qtgui/python')
-rw-r--r-- | gr-qtgui/python/Makefile.am | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gr-qtgui/python/Makefile.am b/gr-qtgui/python/Makefile.am index 0953a71e5..f1bdf359b 100644 --- a/gr-qtgui/python/Makefile.am +++ b/gr-qtgui/python/Makefile.am @@ -22,8 +22,7 @@ include $(top_srcdir)/Makefile.common TESTS = -EXTRA_DIST += run_tests.in \ - qt_digital_window.ui +EXTRA_DIST += run_tests.in if PYTHON TESTS += run_tests @@ -32,12 +31,6 @@ DISTCLEANFILES += run_tests qtguipythondir = $(grpythondir)/qtgui noinst_PYTHON = \ - pyqt_example_f.py \ - pyqt_example.py \ - qt_digital.py \ - qt_digital_window.py \ - usrp2_display.py \ - usrp_display.py \ qa_qtgui.py qtguipython_PYTHON = \ |