diff options
Diffstat (limited to 'gr-video-sdl')
-rw-r--r-- | gr-video-sdl/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am index ba7572499..3dd8a9208 100644 --- a/gr-video-sdl/src/Makefile.am +++ b/gr-video-sdl/src/Makefile.am @@ -65,6 +65,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.video_sdl # This ends up at: |