diff options
Diffstat (limited to 'gr-noaa/examples/CMakeLists.txt')
-rw-r--r-- | gr-noaa/examples/CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gr-noaa/examples/CMakeLists.txt b/gr-noaa/examples/CMakeLists.txt index 233f0ee5f..4e5fd83e3 100644 --- a/gr-noaa/examples/CMakeLists.txt +++ b/gr-noaa/examples/CMakeLists.txt @@ -21,11 +21,11 @@ include(GrPython) GR_PYTHON_INSTALL( PROGRAMS - hrpt_decode.py - hrpt_demod.py - file_rx_hrpt.py - usrp_rx_hrpt.py - usrp_rx_hrpt_nogui.py - DESTINATION ${GR_RUNTIME_DIR} + hrpt_decode.grc + hrpt_demod.grc + file_rx_hrpt.grc + usrp_rx_hrpt.grc + usrp_rx_hrpt_nogui.grc + DESTINATION ${GR_PKG_DATA_DIR}/examples/noaa COMPONENT "noaa_python" ) |