diff options
author | jblum | 2009-03-17 19:56:17 +0000 |
---|---|---|
committer | jblum | 2009-03-17 19:56:17 +0000 |
commit | ac543718da8ae272f863bdfb1076d5a470f9fdbf (patch) | |
tree | 291d2ca8a716cc49575bab09671340078b2b9fbf /grc/examples/simple/Makefile.am | |
parent | 18b277b52c6c066722317dc3f4a10247e809a4c3 (diff) | |
download | gnuradio-ac543718da8ae272f863bdfb1076d5a470f9fdbf.tar.gz gnuradio-ac543718da8ae272f863bdfb1076d5a470f9fdbf.tar.bz2 gnuradio-ac543718da8ae272f863bdfb1076d5a470f9fdbf.zip |
A simple GRC example with packet blocks and dbpsk blocks.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10632 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/examples/simple/Makefile.am')
-rw-r--r-- | grc/examples/simple/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/grc/examples/simple/Makefile.am b/grc/examples/simple/Makefile.am index e78188201..a56f98bdd 100644 --- a/grc/examples/simple/Makefile.am +++ b/grc/examples/simple/Makefile.am @@ -23,4 +23,6 @@ include $(top_srcdir)/grc/Makefile.inc ourdatadir = $(grc_examples_prefix)/simple -dist_ourdata_DATA = ber_simulation.grc +dist_ourdata_DATA = \ + ber_simulation.grc \ + dpsk_loopback.grc |