diff options
author | Tom Rondeau | 2011-10-24 21:01:51 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-24 21:01:51 -0400 |
commit | 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (patch) | |
tree | 482d2e06f2b480f8ce432392ddf40576ef99183c /gnuradio-examples/grc/Makefile.am | |
parent | 1c51b4166f80147b179670ae015f445e9ef5103a (diff) | |
download | gnuradio-7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44.tar.gz gnuradio-7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44.tar.bz2 gnuradio-7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44.zip |
examples: making both autotools and cmake install all the same examples.
Diffstat (limited to 'gnuradio-examples/grc/Makefile.am')
-rw-r--r-- | gnuradio-examples/grc/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnuradio-examples/grc/Makefile.am b/gnuradio-examples/grc/Makefile.am index e99d26299..f8906ea67 100644 --- a/gnuradio-examples/grc/Makefile.am +++ b/gnuradio-examples/grc/Makefile.am @@ -44,7 +44,11 @@ dist_simpledata_DATA = \ trellisdatadir = $(grc_examples_prefix)/trellis dist_trellisdata_DATA = \ trellis/readme.txt \ - trellis/interference_cancellation.grc + trellis/interference_cancellation.grc \ + trellis/pccc.grc \ + trellis/pccc1.grc \ + trellis/sccc.grc \ + trellis/sccc1.grc uhddatadir = $(grc_examples_prefix)/uhd dist_uhddata_DATA = \ |