summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Sched
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-26 17:51:12 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-26 17:51:12 +0000
commiteb776216f92ed5a9efacc2383efb01aaf5efc251 (patch)
tree2cbe4a353014f93b34bd1ffc9b567e1177aa5736 /TAO/orbsvcs/tests/Sched
parentf05721a10277951daf2140783a36ee0b9c08ebc7 (diff)
downloadATCD-eb776216f92ed5a9efacc2383efb01aaf5efc251.tar.gz
ChangeLogTag:Wed Nov 26 11:48:25 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Sched')
-rw-r--r--TAO/orbsvcs/tests/Sched/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile
index b622d48c3d3..69cd049d3ed 100644
--- a/TAO/orbsvcs/tests/Sched/Makefile
+++ b/TAO/orbsvcs/tests/Sched/Makefile
@@ -16,7 +16,7 @@ BIN2 = DynSched_Test
#### If the TAO orbsvcs library wasn't built with sufficient components,
#### don't try to build here.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (Sched,$(findstring Sched,$(TAO_ORBSVCS)))
+ifeq (RTSched,$(findstring RTSched,$(TAO_ORBSVCS)))
BIN = $(BIN2)
endif # Sched