diff options
Diffstat (limited to 'gr-vocoder')
-rw-r--r-- | gr-vocoder/swig/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-vocoder/swig/Makefile.am b/gr-vocoder/swig/Makefile.am index 739de4715..e075124e3 100644 --- a/gr-vocoder/swig/Makefile.am +++ b/gr-vocoder/swig/Makefile.am @@ -53,6 +53,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.vocoder # This ends up at: |