summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-09 04:19:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-09 04:19:39 +0000
commit268b20f8dc02744996a8385be54a55abd754f20e (patch)
treea63afd1077a5f8605bd8ca9ce1abe93c95c31839
parent4eae42f0393bd37ffc8d14d16dbcda7d718cc506 (diff)
downloadATCD-268b20f8dc02744996a8385be54a55abd754f20e.tar.gz
(TAO_ORBSVCS_SRCS): if the Trader is built without the Naming
Service in TAO_ORBSVCS, add IOR_Multicast.
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index f712420ec38..34726f10e9d 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -111,6 +111,13 @@ ifneq (,$(findstring Trader,$(TAO_ORBSVCS)))
Trader/Trader_Interfaces \
Trader/Trader_T \
Trader/Trader_Utils
+
+ ifeq (,$(findstring Naming,$(TAO_ORBSVCS)))
+ #### The Trader needs IOR_Multicast, so add it in if the
+ #### Naming Service isn't included.
+ TAO_ORBSVCS_SRCS += \
+ IOR_Multicast
+ endif # Naming
endif # Trader
ifneq (,$(findstring Sched,$(TAO_ORBSVCS)))
@@ -171,7 +178,6 @@ ifneq (,$(findstring Event2,$(TAO_ORBSVCS)))
Event/EC_Timeout_Filter \
Event/EC_Timeout_Generator \
Event/EC_Reactive_Timeout_Generator \
-
endif # Event2
ifneq (,$(findstring CosEvent,$(TAO_ORBSVCS)))