diff options
author | Tom Rondeau | 2011-04-09 23:16:02 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-09 23:16:02 -0400 |
commit | 42caa092c83be06df3c2f38a39285096bf8a4cfe (patch) | |
tree | dcea83f33f8e4f52bb87b9a52763a7b30cc67140 /gr-qtgui/swig/Makefile.am | |
parent | 997e8dd482eb88bcf34a0014aab7da5986548d8e (diff) | |
download | gnuradio-42caa092c83be06df3c2f38a39285096bf8a4cfe.tar.gz gnuradio-42caa092c83be06df3c2f38a39285096bf8a4cfe.tar.bz2 gnuradio-42caa092c83be06df3c2f38a39285096bf8a4cfe.zip |
gr-qtgui: removing Guile-specific stuff since there is no way QtGui will work with Guile yet. Changed Python QA to complete properly.
Diffstat (limited to 'gr-qtgui/swig/Makefile.am')
-rw-r--r-- | gr-qtgui/swig/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gr-qtgui/swig/Makefile.am b/gr-qtgui/swig/Makefile.am index ab1acce71..460868701 100644 --- a/gr-qtgui/swig/Makefile.am +++ b/gr-qtgui/swig/Makefile.am @@ -33,14 +33,6 @@ AM_CPPFLAGS = \ $(QT_INCLUDES) \ $(WITH_INCLUDES) -if GUILE -nobase_guile_DATA = \ - gnuradio/qtgui.scm -endif - -noinst_GUILE = qtgui.test - - ############################## # SWIG interface and library TOP_SWIG_IFILES = \ @@ -59,7 +51,3 @@ qtgui_swig_la_swig_libadd = \ # additional SWIG files to be installed qtgui_swig_swiginclude_headers = - -if GUILE -TESTS += run_guile_tests -endif
\ No newline at end of file |