diff options
author | Josh Blum | 2009-10-28 14:33:52 -0700 |
---|---|---|
committer | Josh Blum | 2009-10-28 14:33:52 -0700 |
commit | 175c074ba74143d5af530e5cc4bd50335f64b1d5 (patch) | |
tree | 83e34c49e9318006d9db19e5517d6ab79a7d7422 /grc/scripts/Makefile.am | |
parent | 4bada359091898ae3a3d2d4f1ba4314a9f8e4d2c (diff) | |
download | gnuradio-175c074ba74143d5af530e5cc4bd50335f64b1d5.tar.gz gnuradio-175c074ba74143d5af530e5cc4bd50335f64b1d5.tar.bz2 gnuradio-175c074ba74143d5af530e5cc4bd50335f64b1d5.zip |
Created a grc_blockdir in makefile.common.
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.
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 35c75d5fe..e24f88800 100644 --- a/grc/scripts/Makefile.am +++ b/grc/scripts/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2008 Free Software Foundation, Inc. +# Copyright 2008, 2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -19,6 +19,6 @@ # Boston, MA 02110-1301, USA. # -include $(top_srcdir)/grc/Makefile.inc +include $(top_srcdir)/Makefile.common dist_bin_SCRIPTS = grc usrp2_probe usrp_probe |