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. --- gnuradio-core/src/lib/swig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-core') diff --git a/gnuradio-core/src/lib/swig/Makefile.am b/gnuradio-core/src/lib/swig/Makefile.am index 9509dba32..a47c562c7 100644 --- a/gnuradio-core/src/lib/swig/Makefile.am +++ b/gnuradio-core/src/lib/swig/Makefile.am @@ -33,6 +33,7 @@ AM_CPPFLAGS = -I$(srcdir) $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) \ # ---------------------------------------------------------------- TOP_SWIG_IFILES = \ + $(TOP_SWIG_DOC_IFILES) \ gnuradio_core_runtime.i \ gnuradio_core_general.i \ gnuradio_core_gengen.i \ @@ -48,7 +49,6 @@ TOP_SWIG_DOC_IFILES = \ io_swig_doc.i \ runtime_swig_doc.i - BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) -- cgit