diff options
Diffstat (limited to 'gr-qtgui')
-rw-r--r-- | gr-qtgui/swig/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-qtgui/swig/Makefile.am b/gr-qtgui/swig/Makefile.am index ad6f49e00..71677bfc2 100644 --- a/gr-qtgui/swig/Makefile.am +++ b/gr-qtgui/swig/Makefile.am @@ -39,6 +39,15 @@ AM_CPPFLAGS = \ TOP_SWIG_IFILES = \ qtgui_swig.i +TOP_SWIG_DOC_IFILES = \ + qtgui_swig_doc.i + +BUILT_SOURCES = \ + $(TOP_SWIG_DOC_IFILES) + +$(BUILT_SOURCES): + `echo "" > $@` + # Install so that they end up available as: # import gnuradio.qtgui # This ends up at: |