diff options
author | Johnathan Corgan | 2010-05-18 13:53:39 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-05-18 13:53:39 -0700 |
commit | 8944000061cbfb995e56b74ab03034ec3541caac (patch) | |
tree | a09047db796ce926286118682a31921c522ea7b4 /grc/scripts/Makefile.am | |
parent | fefb71787e7e365049743f210b18a6f04f13d47b (diff) | |
download | gnuradio-8944000061cbfb995e56b74ab03034ec3541caac.tar.gz gnuradio-8944000061cbfb995e56b74ab03034ec3541caac.tar.bz2 gnuradio-8944000061cbfb995e56b74ab03034ec3541caac.zip |
grc: rename execution binary from 'grc' to 'gnuradio-companion'
This change resolves a conflict with the Generic Colorizer application
which also uses the binary name 'grc'.
Interested users can add an alias to their shell environment to run
gnuradio-companion when grc is invoked.
Diffstat (limited to 'grc/scripts/Makefile.am')
-rw-r--r-- | grc/scripts/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/scripts/Makefile.am b/grc/scripts/Makefile.am index e24f88800..9019ec5cc 100644 --- a/grc/scripts/Makefile.am +++ b/grc/scripts/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2008, 2009 Free Software Foundation, Inc. +# Copyright 2008, 2009, 2010 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,4 +21,4 @@ include $(top_srcdir)/Makefile.common -dist_bin_SCRIPTS = grc usrp2_probe usrp_probe +dist_bin_SCRIPTS = gnuradio-companion usrp2_probe usrp_probe |