From 203024bad3191ea14eff902549e6b4d95e08e43c Mon Sep 17 00:00:00 2001 From: jcorgan Date: Tue, 24 Feb 2009 23:05:00 +0000 Subject: [PATCH] Fix missing file from distribution tarball (Bruce McGuffin) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10499 221aa14e-8319-0410-a670-987f0aec2ac5 --- mblock/src/scheme/gnuradio/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mblock/src/scheme/gnuradio/Makefile.am b/mblock/src/scheme/gnuradio/Makefile.am index 65891946..e9bfc88e 100644 --- a/mblock/src/scheme/gnuradio/Makefile.am +++ b/mblock/src/scheme/gnuradio/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007 Free Software Foundation, Inc. +# Copyright 2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -17,3 +17,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # + +EXTRA_DIST = \ + compile-mbh.scm + -- 2.39.5