diff options
Diffstat (limited to 'gr-vocoder/swig')
-rw-r--r-- | gr-vocoder/swig/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-vocoder/swig/Makefile.am b/gr-vocoder/swig/Makefile.am index 500d72ec7..63739d220 100644 --- a/gr-vocoder/swig/Makefile.am +++ b/gr-vocoder/swig/Makefile.am @@ -44,6 +44,15 @@ noinst_GUILE = vocoder.test TOP_SWIG_IFILES = \ vocoder_swig.i +TOP_SWIG_DOC_IFILES = \ + vocoder_swig_doc.i + +BUILT_SOURCES = \ + $(TOP_SWIG_DOC_IFILES) + +$(BUILT_SOURCES): + `echo "" > $@` + # Install so that they end up available as: # import gnuradio.vocoder # This ends up at: |