diff options
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/swig/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am index 11d036846..786830e0c 100644 --- a/gr-noaa/swig/Makefile.am +++ b/gr-noaa/swig/Makefile.am @@ -54,6 +54,9 @@ BUILT_SOURCES += \ $(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: |