From 0370cfc853b00626b85e1b9d4491b92ca775eb3d Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Mon, 5 Dec 2011 10:58:38 -0500 Subject: 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. --- gr-qtgui/swig/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-qtgui') diff --git a/gr-qtgui/swig/Makefile.am b/gr-qtgui/swig/Makefile.am index 64638ea2c..ede1fbcb8 100644 --- a/gr-qtgui/swig/Makefile.am +++ b/gr-qtgui/swig/Makefile.am @@ -37,6 +37,7 @@ AM_CPPFLAGS = \ ############################## # SWIG interface and library TOP_SWIG_IFILES = \ + $(TOP_SWIG_DOC_IFILES) \ qtgui_swig.i TOP_SWIG_DOC_IFILES = \ -- cgit