diff options
author | jcorgan | 2009-05-20 15:35:55 +0000 |
---|---|---|
committer | jcorgan | 2009-05-20 15:35:55 +0000 |
commit | d61290df87a1894d735de7a5734cefd24869d12f (patch) | |
tree | da45a6ac000a8e4ed3171a544227ed0dc555c19f /gnuradio-examples/python/digital-bert/Makefile.am | |
parent | d4dd7b8a5e52212e472ae9a342fb46b47ec17b91 (diff) | |
download | gnuradio-d61290df87a1894d735de7a5734cefd24869d12f.tar.gz gnuradio-d61290df87a1894d735de7a5734cefd24869d12f.tar.bz2 gnuradio-d61290df87a1894d735de7a5734cefd24869d12f.zip |
Merged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary packaging; also fixes missing files in digital example directory.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital-bert/Makefile.am')
-rw-r--r-- | gnuradio-examples/python/digital-bert/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital-bert/Makefile.am b/gnuradio-examples/python/digital-bert/Makefile.am index 17b2de740..eda014a1c 100644 --- a/gnuradio-examples/python/digital-bert/Makefile.am +++ b/gnuradio-examples/python/digital-bert/Makefile.am @@ -23,6 +23,9 @@ include $(top_srcdir)/Makefile.common ourdatadir = $(exampledir)/digital-bert +dist_ourdata_DATA = \ + README + dist_ourdata_SCRIPTS = \ benchmark_rx.py \ benchmark_tx.py \ |