diff options
author | Johnathan Corgan | 2011-07-18 15:54:43 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-18 16:36:15 -0700 |
commit | b409a4b0c6131e01fc5a03c0fc31caa4829b0dec (patch) | |
tree | 51ec0115bd114716672f0659800cda933cfc77dd /gr-vocoder/swig/Makefile.am | |
parent | c067ea65d7433d4111b344ded6dfbf089062cf33 (diff) | |
download | gnuradio-b409a4b0c6131e01fc5a03c0fc31caa4829b0dec.tar.gz gnuradio-b409a4b0c6131e01fc5a03c0fc31caa4829b0dec.tar.bz2 gnuradio-b409a4b0c6131e01fc5a03c0fc31caa4829b0dec.zip |
gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder
Diffstat (limited to 'gr-vocoder/swig/Makefile.am')
-rw-r--r-- | gr-vocoder/swig/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-vocoder/swig/Makefile.am b/gr-vocoder/swig/Makefile.am index 202032c19..fbfd18c7c 100644 --- a/gr-vocoder/swig/Makefile.am +++ b/gr-vocoder/swig/Makefile.am @@ -57,6 +57,8 @@ vocoder_swig_la_swig_libadd = \ # additional SWIG files to be installed vocoder_swig_swiginclude_headers = \ + vocoder_codec2_decode_ps.i \ + vocoder_codec2_encode_sp.i \ vocoder_cvsd_decode_bs.i \ vocoder_cvsd_encode_sb.i \ vocoder_gsm_fr_encode_sp.i \ |