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