diff options
Diffstat (limited to 'gr-vocoder/lib/Makefile.am')
-rw-r--r-- | gr-vocoder/lib/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-vocoder/lib/Makefile.am b/gr-vocoder/lib/Makefile.am index ec97d96b6..198371f47 100644 --- a/gr-vocoder/lib/Makefile.am +++ b/gr-vocoder/lib/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = gsm . +SUBDIRS = codec2 gsm . AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES) \ -I$(top_srcdir)/gr-vocoder/include @@ -29,6 +29,8 @@ AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(PYTHON_CPPFLAGS) $(WITH_INCLUDES) \ lib_LTLIBRARIES = libgnuradio-vocoder.la libgnuradio_vocoder_la_SOURCES = \ + vocoder_codec2_decode_ps.cc \ + vocoder_codec2_encode_sp.cc \ vocoder_cvsd_encode_sb.cc \ vocoder_cvsd_decode_bs.cc \ vocoder_gsm_fr_decode_ps.cc \ @@ -36,6 +38,7 @@ libgnuradio_vocoder_la_SOURCES = \ libgnuradio_vocoder_la_LIBADD = \ $(GNURADIO_CORE_LA) \ + codec2/libcodec2.la \ gsm/libgsm.la libgnuradio_vocoder_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS) |