summaryrefslogtreecommitdiff
path: root/gr-shd/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-12-06 19:59:59 -0500
committerTom Rondeau <trondeau@vt.edu>2011-12-06 19:59:59 -0500
commit67d0b6b38b25166557de48a8e829c303d95ddfbc (patch)
treef3768432ae9935b829aa1a69648e4181de503e3c /gr-shd/swig
parent839e2ef95cc4f0a49027377e74a582e62e9cbaba (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-shd/swig')
-rw-r--r--gr-shd/swig/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-shd/swig/Makefile.am b/gr-shd/swig/Makefile.am
index edbb8383bd..1d491956bb 100644
--- a/gr-shd/swig/Makefile.am
+++ b/gr-shd/swig/Makefile.am
@@ -45,13 +45,13 @@ endif
# ----------------------------------------------------------------
# The SWIG library
+TOP_SWIG_DOC_IFILES = \
+ shd_swig_doc.i
+
TOP_SWIG_IFILES = \
$(TOP_SWIG_DOC_IFILES) \
shd_swig.i
-TOP_SWIG_DOC_IFILES = \
- shd_swig_doc.i
-
BUILT_SOURCES += \
$(TOP_SWIG_DOC_IFILES)