summaryrefslogtreecommitdiff
path: root/gr-shd/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-12-04 11:10:13 -0500
committerTom Rondeau <trondeau@vt.edu>2011-12-04 11:10:13 -0500
commitfe2e6f8054ed8c6a19fe893553a0d05ce855179e (patch)
treebdce8a051d53a33872479233dfe6171d8763732f /gr-shd/swig
parent2f48e2a60e76072e5436dde860cd602c3882ce5c (diff)
docs: better install of swig docs .i files since we actually have a variable to take care of it already.
Diffstat (limited to 'gr-shd/swig')
-rw-r--r--gr-shd/swig/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/gr-shd/swig/Makefile.am b/gr-shd/swig/Makefile.am
index 8934acb4ca..04acd869e5 100644
--- a/gr-shd/swig/Makefile.am
+++ b/gr-shd/swig/Makefile.am
@@ -54,12 +54,12 @@ TOP_SWIG_DOC_IFILES = \
BUILT_SOURCES += \
$(TOP_SWIG_DOC_IFILES)
+EXTRA_DIST += \
+ $(TOP_SWIG_DOC_IFILES)
+
$(TOP_SWIG_DOC_IFILES):
`echo "" > $@`
-install-data-local:
- cp -p $(TOP_SWIG_DOC_IFILES) $(swigincludedir)
-
# Install so that they end up available as:
# import gnuradio.shd
# This ends up at:
@@ -76,7 +76,8 @@ shd_swig_python = \
__init__.py
# additional SWIG files to be installed
-shd_swig_swiginclude_headers =
+shd_swig_swiginclude_headers = \
+ $(TOP_SWIG_DOC_IFILES)
shd_swig_swig_args = $(SHD_CPPFLAGS)