From d8d886d42ef9966e0578f39f180348e908965f7a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 19 Oct 2011 16:45:24 -0700 Subject: usrp: updated installed examples --- gr-noaa/apps/CMakeLists.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'gr-noaa/apps') diff --git a/gr-noaa/apps/CMakeLists.txt b/gr-noaa/apps/CMakeLists.txt index e692648b5..37d07ffa0 100644 --- a/gr-noaa/apps/CMakeLists.txt +++ b/gr-noaa/apps/CMakeLists.txt @@ -1,17 +1,17 @@ # Copyright 2011 Free Software Foundation, Inc. -# +# # This file is part of GNU Radio -# +# # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. -# +# # GNU Radio is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 51 Franklin Street, @@ -21,13 +21,13 @@ include(GrPython) GR_PYTHON_INSTALL( PROGRAMS - hrpt_decode.py - hrpt_demod.py - file_rx_hrpt.py - file_rx_lrit.py - #usrp_rx_hrpt.py #FIXME no support for usrp - #usrp_rx_hrpt_nogui.py - #usrp_rx_lrit.py + hrpt_decode.py + hrpt_demod.py + file_rx_hrpt.py + file_rx_lrit.py + usrp_rx_hrpt.py + usrp_rx_hrpt_nogui.py + usrp_rx_lrit.py DESTINATION ${GR_RUNTIME_DIR} COMPONENT "noaa_python" ) -- cgit