diff options
author | Tom Rondeau | 2012-02-20 10:15:52 -0500 |
---|---|---|
committer | Tom Rondeau | 2012-02-20 10:15:52 -0500 |
commit | 99c60be53afc087922d11f0626303c8178f0ac7f (patch) | |
tree | 180ac5f813dee81e896594522d6e5b13642d07e1 /gr-vocoder/grc/Makefile.am | |
parent | af942401b5251a0751d40af193fbbe938103263a (diff) | |
parent | 3a3ff1b581071f154efc2c01d34db67a0ebfffab (diff) | |
download | gnuradio-99c60be53afc087922d11f0626303c8178f0ac7f.tar.gz gnuradio-99c60be53afc087922d11f0626303c8178f0ac7f.tar.bz2 gnuradio-99c60be53afc087922d11f0626303c8178f0ac7f.zip |
Merge branch 'maint' of gnuradio.org:gnuradio into maint
Diffstat (limited to 'gr-vocoder/grc/Makefile.am')
-rw-r--r-- | gr-vocoder/grc/Makefile.am | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/gr-vocoder/grc/Makefile.am b/gr-vocoder/grc/Makefile.am index b1c7b44d5..f25cb9ce6 100644 --- a/gr-vocoder/grc/Makefile.am +++ b/gr-vocoder/grc/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2011 Free Software Foundation, Inc. +# Copyright 2011-2012 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,4 +21,25 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = +grcblocksdir = $(grc_blocksdir) + +dist_grcblocks_DATA = \ + vocoder_alaw_decode_bs.xml \ + vocoder_alaw_encode_sb.xml \ + vocoder_block_tree.xml \ + vocoder_codec2_decode_ps.xml \ + vocoder_codec2_encode_sp.xml \ + vocoder_cvsd_decode_bs.xml \ + vocoder_cvsd_decode.xml \ + vocoder_cvsd_encode_sb.xml \ + vocoder_cvsd_encode.xml \ + vocoder_g721_decode_bs.xml \ + vocoder_g721_encode_sb.xml \ + vocoder_g723_24_decode_bs.xml \ + vocoder_g723_24_encode_sb.xml \ + vocoder_g723_40_decode_bs.xml \ + vocoder_g723_40_encode_sb.xml \ + vocoder_gsm_fr_decode_ps.xml \ + vocoder_gsm_fr_encode_sp.xml \ + vocoder_ulaw_decode_bs.xml \ + vocoder_ulaw_encode_sb.xml |