diff options
author | jblum | 2009-01-23 19:49:20 +0000 |
---|---|---|
committer | jblum | 2009-01-23 19:49:20 +0000 |
commit | 4d26058e23b82488974b50da22462e7d60780d84 (patch) | |
tree | 18f72663984a326fd4fca693ff8f61924c5a832b /grc/examples/usrp/Makefile.am | |
parent | 63bda2352df94fd07843b38be17a6129acb5af54 (diff) | |
download | gnuradio-4d26058e23b82488974b50da22462e7d60780d84.tar.gz gnuradio-4d26058e23b82488974b50da22462e7d60780d84.tar.bz2 gnuradio-4d26058e23b82488974b50da22462e7d60780d84.zip |
usrp2 examples
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10295 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/examples/usrp/Makefile.am')
-rw-r--r-- | grc/examples/usrp/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/examples/usrp/Makefile.am b/grc/examples/usrp/Makefile.am index a74c18561..4e969ebd4 100644 --- a/grc/examples/usrp/Makefile.am +++ b/grc/examples/usrp/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 # @@ -24,5 +24,7 @@ include $(top_srcdir)/grc/Makefile.inc ourdatadir = $(grc_examples_prefix)/usrp dist_ourdata_DATA = \ + usrp2_const_wave.grc \ + usrp2_fft.grc \ usrp_two_tone_loopback.grc \ usrp_wbfm_receive.grc |