diff options
author | Tom Rondeau | 2010-11-04 12:38:52 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-11-04 12:38:52 -0400 |
commit | 54803ebc0450e9ee46e66b15d3b29249e44c55ed (patch) | |
tree | fb3f1866dd96d692f6cba23aee7fbb630c291390 /gnuradio-core/src/lib/runtime/Makefile.am | |
parent | 309b05cbb38125a910b6199f7adc4ff93bc98064 (diff) | |
download | gnuradio-54803ebc0450e9ee46e66b15d3b29249e44c55ed.tar.gz gnuradio-54803ebc0450e9ee46e66b15d3b29249e44c55ed.tar.bz2 gnuradio-54803ebc0450e9ee46e66b15d3b29249e44c55ed.zip |
Adding shell block for a random annotator. This will be used only for testing the stream tags, which is why its sitting in runtime.
Diffstat (limited to 'gnuradio-core/src/lib/runtime/Makefile.am')
-rw-r--r-- | gnuradio-core/src/lib/runtime/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/Makefile.am b/gnuradio-core/src/lib/runtime/Makefile.am index 4c52f3ab0..1af91d80d 100644 --- a/gnuradio-core/src/lib/runtime/Makefile.am +++ b/gnuradio-core/src/lib/runtime/Makefile.am @@ -49,6 +49,7 @@ libruntime_la_SOURCES = \ gr_msg_queue.cc \ gr_pagesize.cc \ gr_preferences.cc \ + gr_random_annotator.cc \ gr_realtime.cc \ gr_scheduler.cc \ gr_scheduler_sts.cc \ @@ -103,6 +104,7 @@ grinclude_HEADERS = \ gr_msg_queue.h \ gr_pagesize.h \ gr_preferences.h \ + gr_random_annotator.h \ gr_realtime.h \ gr_runtime_types.h \ gr_scheduler.h \ @@ -153,6 +155,7 @@ swiginclude_HEADERS = \ gr_message.i \ gr_msg_handler.i \ gr_msg_queue.i \ + gr_random_annotator.i \ gr_realtime.i \ gr_single_threaded_scheduler.i \ gr_sync_block.i \ |