diff options
Diffstat (limited to 'gr-qtgui/swig')
-rw-r--r-- | gr-qtgui/swig/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gr-qtgui/swig/Makefile.am b/gr-qtgui/swig/Makefile.am index 9c909d22c..64638ea2c 100644 --- a/gr-qtgui/swig/Makefile.am +++ b/gr-qtgui/swig/Makefile.am @@ -45,12 +45,12 @@ TOP_SWIG_DOC_IFILES = \ BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) +EXTRA_DIST += \ + $(TOP_SWIG_DOC_IFILES) + $(TOP_SWIG_DOC_IFILES): `echo "" > $@` -install-data-local: - cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir) - # Install so that they end up available as: # import gnuradio.qtgui # This ends up at: @@ -67,4 +67,5 @@ qtgui_swig_swiginclude_headers = \ qtgui_sink_c.i \ qtgui_sink_f.i \ qtgui_time_sink_c.i \ - qtgui_time_sink_f.i + qtgui_time_sink_f.i \ + $(TOP_SWIG_DOC_IFILES) |