diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-12-06 19:59:59 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-12-06 19:59:59 -0500 |
commit | 67d0b6b38b25166557de48a8e829c303d95ddfbc (patch) | |
tree | f3768432ae9935b829aa1a69648e4181de503e3c /gr-atsc/src | |
parent | 839e2ef95cc4f0a49027377e74a582e62e9cbaba (diff) |
docs: fixes some warnings.
There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
Diffstat (limited to 'gr-atsc/src')
-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 53b32b8d02..30f408c028 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) |