diff options
author | Johnathan Corgan | 2012-04-04 18:22:02 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-04-04 18:22:02 -0700 |
commit | 2f73fe22c5e1591242a9556221ec8487170a7b00 (patch) | |
tree | ad3920b28720ab845ccffa817be66d4bddbd63ff /gr-vocoder/examples | |
parent | 29c887da604206aa6f3ad1859f70958231a7a1cb (diff) | |
parent | 71195397a2624cbc0cd144418fe958f436657be5 (diff) | |
download | gnuradio-2f73fe22c5e1591242a9556221ec8487170a7b00.tar.gz gnuradio-2f73fe22c5e1591242a9556221ec8487170a7b00.tar.bz2 gnuradio-2f73fe22c5e1591242a9556221ec8487170a7b00.zip |
Merge remote branch 'tom/cmake_builds' into next
Diffstat (limited to 'gr-vocoder/examples')
-rw-r--r-- | gr-vocoder/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-vocoder/examples/CMakeLists.txt b/gr-vocoder/examples/CMakeLists.txt index 76a757826..769ddf602 100644 --- a/gr-vocoder/examples/CMakeLists.txt +++ b/gr-vocoder/examples/CMakeLists.txt @@ -32,6 +32,6 @@ GR_PYTHON_INSTALL( g723_40_audio_loopback.py gsm_audio_loopback.py ulaw_audio_loopback.py - DESTINATION ${GR_PKG_DATA_DIR}/examples/vocoder + DESTINATION ${GR_PKG_VOCODER_EXAMPLES_DIR} COMPONENT "vocoder_examples" ) |