summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/swig/Makefile.am
diff options
context:
space:
mode:
authorJohnathan Corgan2010-03-04 07:51:57 -0800
committerJohnathan Corgan2010-03-04 07:51:57 -0800
commitd3e95c965048bb7fe232f53219baff5d9d182fcc (patch)
tree9ecc63b2afbeb377707358f1676900fab08cc01f /gr-howto-write-a-block/swig/Makefile.am
parent72edafee64f906f4e5db07ac66032492c6a7a617 (diff)
downloadgnuradio-d3e95c965048bb7fe232f53219baff5d9d182fcc.tar.gz
gnuradio-d3e95c965048bb7fe232f53219baff5d9d182fcc.tar.bz2
gnuradio-d3e95c965048bb7fe232f53219baff5d9d182fcc.zip
Fix distcheck failure in gr-howto-write-a-block
Some of the swig include files were not getting put into the dist tarball
Diffstat (limited to 'gr-howto-write-a-block/swig/Makefile.am')
-rw-r--r--gr-howto-write-a-block/swig/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/swig/Makefile.am b/gr-howto-write-a-block/swig/Makefile.am
index 140d54f80..4737ad619 100644
--- a/gr-howto-write-a-block/swig/Makefile.am
+++ b/gr-howto-write-a-block/swig/Makefile.am
@@ -47,7 +47,7 @@ BUILT_SOURCES = $(swig_built_sources)
no_dist_files = $(swig_built_sources)
# additional SWIG files to be installed
-swiginclude_headers = \
+howto_swiginclude_headers = \
howto_square_ff.i \
howto_square2_ff.i