diff options
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/src/lib/swig/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |