diff options
-rw-r--r-- | mblock/src/scheme/gnuradio/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mblock/src/scheme/gnuradio/Makefile.am b/mblock/src/scheme/gnuradio/Makefile.am index 65891946d4..e9bfc88e94 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 + |