diff options
Diffstat (limited to 'gr-atsc/src/lib')
-rw-r--r-- | gr-atsc/src/lib/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index 53b32b8d0..30f408c02 100644 --- a/gr-atsc/src/lib/Makefile.am +++ b/gr-atsc/src/lib/Makefile.am @@ -222,13 +222,13 @@ CLEANFILES += atsci_viterbi_mux.cc atsci_viterbi_gen$(EXEEXT) # It builds the atsc modules which we'll load into python or guile # ------------------------------------------------------------------------ +TOP_SWIG_DOC_IFILES = \ + atsc_swig_doc.i + TOP_SWIG_IFILES = \ $(TOP_SWIG_DOC_IFILES) \ atsc.i -TOP_SWIG_DOC_IFILES = \ - atsc_swig_doc.i - BUILT_SOURCES += \ $(TOP_SWIG_DOC_IFILES) |