summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2010-11-15 19:20:13 -0700
committerRob Savoye <rob@welcomehome.org>2010-11-15 19:20:13 -0700
commitf0ed1de2d15b24eae7be7ab8a4762a6fd74ff681 (patch)
treee42d6140323ca0d87d0b86cdd6d15efa769b9911 /gr-howto-write-a-block/swig
parentc8835c285c6abbc334701238f53f87f93e6f125a (diff)
add other .i files to EXTRA_DIST so it'll almost distcheck
Diffstat (limited to 'gr-howto-write-a-block/swig')
-rw-r--r--gr-howto-write-a-block/swig/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am
index a578346839..17c4334f66 100644
--- a/gr-howto-write-a-block/swig/Makefile.am
+++ b/gr-howto-write-a-block/swig/Makefile.am
@@ -53,6 +53,8 @@ aqhowto_swiginclude_headers = \
howto_square_ff.i \
howto_square2_ff.i
+EXTRA_DIST = $(aqhowto_swiginclude_headers)
+
PYTHON_GEN = $(foreach HFILE,$(TOP_SWIG_IFILES), $(subst .i,.py,$(HFILE)))
swig_built_sources += $(PYTHON_GEN)
endif