summaryrefslogtreecommitdiff
path: root/gr-vocoder/examples
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-08-03 16:09:50 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-08-03 16:09:50 -0700
commit675afc063c9ca5ccec3ede43d87aac83c1928182 (patch)
treef342b9a24c8c5e93cadce05fc8714001fc0e2ac9 /gr-vocoder/examples
parente2ede2ef8e46762369816d7d66425aee9dca5d1e (diff)
parentc7692c32cd91c0e98672ce0e997d35f9d3461dd3 (diff)
Merge remote-tracking branch 'github/nuke-cpack' into next
Conflicts: gr-vocoder/CMakeLists.txt
Diffstat (limited to 'gr-vocoder/examples')
-rw-r--r--gr-vocoder/examples/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-vocoder/examples/CMakeLists.txt b/gr-vocoder/examples/CMakeLists.txt
index 0957d81eb6..e5895c8d8a 100644
--- a/gr-vocoder/examples/CMakeLists.txt
+++ b/gr-vocoder/examples/CMakeLists.txt
@@ -31,14 +31,12 @@ GR_PYTHON_INSTALL(
g723_40_audio_loopback.py
ulaw_audio_loopback.py
DESTINATION ${GR_PKG_VOCODER_EXAMPLES_DIR}
- COMPONENT "vocoder_examples"
)
if(LIBCODEC2_FOUND)
GR_PYTHON_INSTALL(
PROGRAMS
codec2_audio_loopback.py
DESTINATION ${GR_PKG_VOCODER_EXAMPLES_DIR}
- COMPONENT "vocoder_examples"
)
endif(LIBCODEC2_FOUND)
if(LIBGSM_FOUND)
@@ -46,6 +44,5 @@ if(LIBGSM_FOUND)
PROGRAMS
gsm_audio_loopback.py
DESTINATION ${GR_PKG_VOCODER_EXAMPLES_DIR}
- COMPONENT "vocoder_examples"
)
endif(LIBGSM_FOUND)