diff options
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 44ad67756..f5e3e2240 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) \ |