diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-12-05 10:58:38 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-12-05 10:58:38 -0500 |
commit | 0370cfc853b00626b85e1b9d4491b92ca775eb3d (patch) | |
tree | 9b06bc95b8d741efec779f8c1c8e7be51af28997 /gr-uhd/swig | |
parent | 7209280a2b21fb31e5533a17047ed8c6ba5527f1 (diff) |
docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r-- | gr-uhd/swig/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am index ee868b15fe..c39937789f 100644 --- a/gr-uhd/swig/Makefile.am +++ b/gr-uhd/swig/Makefile.am @@ -46,6 +46,7 @@ endif # The SWIG library TOP_SWIG_IFILES = \ + $(TOP_SWIG_DOC_IFILES) \ uhd_swig.i TOP_SWIG_DOC_IFILES = \ |