diff options
author | Josh Blum | 2011-07-21 22:18:42 -0700 |
---|---|---|
committer | Josh Blum | 2011-07-21 22:18:42 -0700 |
commit | d760edf9fb851d97c972a69690b26114dd998157 (patch) | |
tree | d2adb2089083ad1865637ec4f0635ebd6920bf27 /gr-vocoder/include/Makefile.am | |
parent | b192751f34ecca720adf64c90660b9e965cfd40e (diff) | |
download | gnuradio-d760edf9fb851d97c972a69690b26114dd998157.tar.gz gnuradio-d760edf9fb851d97c972a69690b26114dd998157.tar.bz2 gnuradio-d760edf9fb851d97c972a69690b26114dd998157.zip |
vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linux
Diffstat (limited to 'gr-vocoder/include/Makefile.am')
-rw-r--r-- | gr-vocoder/include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-vocoder/include/Makefile.am b/gr-vocoder/include/Makefile.am index 06c649680..83960ef24 100644 --- a/gr-vocoder/include/Makefile.am +++ b/gr-vocoder/include/Makefile.am @@ -23,6 +23,7 @@ include $(top_srcdir)/Makefile.common # C/C++ headers get installed in ${prefix}/include/gnuradio grinclude_HEADERS = \ + gr_vocoder_api.h \ vocoder_alaw_decode_bs.h \ vocoder_alaw_encode_sb.h \ vocoder_codec2_decode_ps.h \ |