summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Event_Service
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-28 14:08:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-28 14:08:40 +0000
commit9f9725d0a5570608991ea74d65a5838854e7e8d0 (patch)
treef5030fd472957bc3324e68ea06bc0bf59d2db88c /TAO/orbsvcs/Event_Service
parent6c1b0c17890fedc31160d64acac79f737ba5bd2e (diff)
downloadATCD-9f9725d0a5570608991ea74d65a5838854e7e8d0.tar.gz
require Event2 TAO_ORBSVCS component, instead of Event
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r--TAO/orbsvcs/Event_Service/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile b/TAO/orbsvcs/Event_Service/Makefile
index 36519b46dfa..b60d721a8a9 100644
--- a/TAO/orbsvcs/Event_Service/Makefile
+++ b/TAO/orbsvcs/Event_Service/Makefile
@@ -10,9 +10,9 @@ BIN2 = Event_Service
#### If the TAO orbsvcs library wasn't built with sufficient components,
#### don't try to build here.
TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (Event,$(findstring Event,$(TAO_ORBSVCS)))
+ifeq (Event2,$(findstring Event2,$(TAO_ORBSVCS)))
BIN = $(BIN2)
-endif # Event
+endif # Event2
#----------------------------------------------------------------------------
# Include macros and targets