From fe2e6f8054ed8c6a19fe893553a0d05ce855179e Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sun, 4 Dec 2011 11:10:13 -0500 Subject: docs: better install of swig docs .i files since we actually have a variable to take care of it already. --- gr-atsc/src/lib/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gr-atsc') diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am index eaf1c5371..5c28266be 100644 --- a/gr-atsc/src/lib/Makefile.am +++ b/gr-atsc/src/lib/Makefile.am @@ -231,12 +231,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 # This ends up at: @@ -248,4 +248,6 @@ atsc_pythondir_category = \ atsc_la_swig_libadd = \ libgnuradio-atsc.la - +# additional SWIG files to be installed +atsc_swig_swiginclude_headers = \ + $(TOP_SWIG_DOC_IFILES) -- cgit