diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-22 10:33:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-22 10:33:13 -0700 |
commit | ec2d3a033616386dbf8f8b2e7010a4d0a5ec3132 (patch) | |
tree | 0aafe7f48bd6552cda48dd726b20ef70c305e3f9 /gr-vocoder/include/CMakeLists.txt | |
parent | d760edf9fb851d97c972a69690b26114dd998157 (diff) |
gr: added API macros for noaa and pager, also renamed the ones for digital and vocoder to be consistent
Diffstat (limited to 'gr-vocoder/include/CMakeLists.txt')
-rw-r--r-- | gr-vocoder/include/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/include/CMakeLists.txt b/gr-vocoder/include/CMakeLists.txt index 5cbe938b02..437074494f 100644 --- a/gr-vocoder/include/CMakeLists.txt +++ b/gr-vocoder/include/CMakeLists.txt @@ -21,7 +21,7 @@ # Install header files ######################################################################## INSTALL(FILES - gr_vocoder_api.h + vocoder_api.h vocoder_alaw_decode_bs.h vocoder_alaw_encode_sb.h vocoder_codec2_decode_ps.h |