diff options
Diffstat (limited to 'gr-audio/swig')
-rw-r--r-- | gr-audio/swig/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-audio/swig/Makefile.am b/gr-audio/swig/Makefile.am index d95e4c5d51..1c137c185b 100644 --- a/gr-audio/swig/Makefile.am +++ b/gr-audio/swig/Makefile.am @@ -36,6 +36,15 @@ AM_CPPFLAGS = \ TOP_SWIG_IFILES = \ audio_swig.i +TOP_SWIG_DOC_IFILES = \ + audio_swig_doc.i + +BUILT_SOURCES = \ + $(TOP_SWIG_DOC_IFILES) + +$(BUILT_SOURCES): + `echo "" > $@` + # Install so that they end up available as: # import gnuradio.audio # This ends up at: |