diff options
author | Tom Rondeau | 2012-04-03 17:52:55 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-03 17:52:55 -0400 |
commit | 7c6361c85a00517b9781d4cd4f2c2e3bdda67035 (patch) | |
tree | 46787f5b358a4f92ac617d0dcabeccb72bcadee7 /gr-audio/examples/python/CMakeLists.txt | |
parent | 0c1b35d17e9aa5058f58fd8763bb292613b3658a (diff) | |
parent | 7dc08ba2875c0dace0432cd514add6ce2b085f44 (diff) | |
download | gnuradio-7c6361c85a00517b9781d4cd4f2c2e3bdda67035.tar.gz gnuradio-7c6361c85a00517b9781d4cd4f2c2e3bdda67035.tar.bz2 gnuradio-7c6361c85a00517b9781d4cd4f2c2e3bdda67035.zip |
Merge branch 'rm_python_ext' into cmake_builds
Conflicts:
CMakeLists.txt
Diffstat (limited to 'gr-audio/examples/python/CMakeLists.txt')
-rw-r--r-- | gr-audio/examples/python/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-audio/examples/python/CMakeLists.txt b/gr-audio/examples/python/CMakeLists.txt index 86ba86ac0..24e29e234 100644 --- a/gr-audio/examples/python/CMakeLists.txt +++ b/gr-audio/examples/python/CMakeLists.txt @@ -32,6 +32,6 @@ GR_PYTHON_INSTALL(PROGRAMS noise.py spectrum_inversion.py test_resampler.py - DESTINATION ${GR_PKG_DATA_DIR}/examples/audio + DESTINATION ${GR_PKG_AUDIO_EXAMPLES_DIR} COMPONENT "audio_python" ) |