diff options
author | Tom Rondeau | 2012-04-02 19:19:03 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-02 19:19:03 -0400 |
commit | 689699fb8a26486fedb2838b8a3b468372364903 (patch) | |
tree | e4192691fef6f563805c4651c35086c693faac0c /gr-shd/apps/CMakeLists.txt | |
parent | 1ca78cb621cbd60f25c5ce4373fa727114a86cee (diff) | |
download | gnuradio-689699fb8a26486fedb2838b8a3b468372364903.tar.gz gnuradio-689699fb8a26486fedb2838b8a3b468372364903.tar.bz2 gnuradio-689699fb8a26486fedb2838b8a3b468372364903.zip |
build: removed .py extensions from uhd and shd installed Python programs.
Diffstat (limited to 'gr-shd/apps/CMakeLists.txt')
-rw-r--r-- | gr-shd/apps/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-shd/apps/CMakeLists.txt b/gr-shd/apps/CMakeLists.txt index 3930abb57..d36121da1 100644 --- a/gr-shd/apps/CMakeLists.txt +++ b/gr-shd/apps/CMakeLists.txt @@ -24,9 +24,9 @@ include(GrPython) ######################################################################## GR_PYTHON_INSTALL( PROGRAMS - shd_fft.py - shd_rx_cfile.py - shd_siggen.py + shd_fft + shd_rx_cfile + shd_siggen DESTINATION ${GR_RUNTIME_DIR} COMPONENT "shd_python" ) |