diff options
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/swig/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am index 035fb2112..30cf1d0c1 100644 --- a/gr-uhd/swig/Makefile.am +++ b/gr-uhd/swig/Makefile.am @@ -48,6 +48,15 @@ endif TOP_SWIG_IFILES = \ uhd_swig.i +TOP_SWIG_DOC_IFILES = \ + uhd_swig_doc.i + +BUILT_SOURCES = \ + $(TOP_SWIG_DOC_IFILES) + +$(BUILT_SOURCES): + `echo "" > $@` + # Install so that they end up available as: # import gnuradio.uhd # This ends up at: |