diff options
author | Rob Savoye <rob@welcomehome.org> | 2010-11-15 19:20:13 -0700 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2010-11-15 19:20:13 -0700 |
commit | f0ed1de2d15b24eae7be7ab8a4762a6fd74ff681 (patch) | |
tree | e42d6140323ca0d87d0b86cdd6d15efa769b9911 /gr-howto-write-a-block/swig | |
parent | c8835c285c6abbc334701238f53f87f93e6f125a (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.am | 2 |
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 |