diff options
Diffstat (limited to 'gr-noaa/swig')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 786830e0c..308bcf083 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -51,12 +51,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.noaa # This ends up at: @@ -74,9 +74,10 @@ noaa_swig_python = \ # additional SWIG files to be installed noaa_swig_swiginclude_headers = \ - noaa_hrpt_decoder.i \ - noaa_hrpt_deframer.i \ - noaa_hrpt_pll_cf.i + noaa_hrpt_decoder.i \ + noaa_hrpt_deframer.i \ + noaa_hrpt_pll_cf.i \ + $(TOP_SWIG_DOC_IFILES) if GUILE TESTS += run_guile_tests |