diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-07-19 09:06:58 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-07-19 09:22:01 -0700 |
commit | b80502b71eb27f9329b5d5e641bd0dd5ad0d7cdd (patch) | |
tree | 851f5a20ef82cf896ebc796c17d3807a6fd1a159 /gr-vocoder/lib/Makefile.am | |
parent | 877683e50587cc208d2869efa0273351784dcb76 (diff) |
gr-vocoder: adds ulaw encoder, decoder, and audio loopback example
Diffstat (limited to 'gr-vocoder/lib/Makefile.am')
-rw-r--r-- | gr-vocoder/lib/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-vocoder/lib/Makefile.am b/gr-vocoder/lib/Makefile.am index 44ad677560..f5e3e22402 100644 --- a/gr-vocoder/lib/Makefile.am +++ b/gr-vocoder/lib/Makefile.am @@ -34,7 +34,9 @@ libgnuradio_vocoder_la_SOURCES = \ vocoder_cvsd_encode_sb.cc \ vocoder_cvsd_decode_bs.cc \ vocoder_gsm_fr_decode_ps.cc \ - vocoder_gsm_fr_encode_sp.cc + vocoder_gsm_fr_encode_sp.cc \ + vocoder_ulaw_decode_bs.cc \ + vocoder_ulaw_encode_sb.cc libgnuradio_vocoder_la_LIBADD = \ $(GNURADIO_CORE_LA) \ |