diff options
author | Tom Rondeau | 2010-11-11 15:55:04 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-11-11 15:55:04 -0500 |
commit | 9aaf98cff5e03ec2821da492f3857780a767258f (patch) | |
tree | 93a0ae5a39f572a222239aff77892063723d2c7a /gnuradio-core/src/lib/runtime/Makefile.am | |
parent | c204913321f0618ac131738088dab23065bdfa80 (diff) | |
download | gnuradio-9aaf98cff5e03ec2821da492f3857780a767258f.tar.gz gnuradio-9aaf98cff5e03ec2821da492f3857780a767258f.tar.bz2 gnuradio-9aaf98cff5e03ec2821da492f3857780a767258f.zip |
Renaming random_annotator to annotator_1toall that moves tags from single input to all outputs.
Diffstat (limited to 'gnuradio-core/src/lib/runtime/Makefile.am')
-rw-r--r-- | gnuradio-core/src/lib/runtime/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-core/src/lib/runtime/Makefile.am b/gnuradio-core/src/lib/runtime/Makefile.am index 1af91d80d..4c52f3ab0 100644 --- a/gnuradio-core/src/lib/runtime/Makefile.am +++ b/gnuradio-core/src/lib/runtime/Makefile.am @@ -49,7 +49,6 @@ 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 \ @@ -104,7 +103,6 @@ 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 \ @@ -155,7 +153,6 @@ 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 \ |