diff options
author | Johnathan Corgan | 2010-03-04 07:51:57 -0800 |
---|---|---|
committer | Johnathan Corgan | 2010-03-04 07:51:57 -0800 |
commit | d3e95c965048bb7fe232f53219baff5d9d182fcc (patch) | |
tree | 9ecc63b2afbeb377707358f1676900fab08cc01f /gr-howto-write-a-block/swig/Makefile.am | |
parent | 72edafee64f906f4e5db07ac66032492c6a7a617 (diff) | |
download | gnuradio-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.am | 2 |
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 |