summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index f0c43771713..337c9d590fe 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -88,16 +88,6 @@ ifneq (,$(findstring Property, $(TAO_ORBSVCS)))
MKLIST += Makefile.CosProperty
endif
ifneq (,$(findstring AV, $(TAO_ORBSVCS)))
- # AV service depends on CosNaming and CosProperty
- ifeq (,$(findstring Naming,$(TAO_ORBSVCS)))
- MKLIST += Makefile.CosNaming
- TAO_ORBSVCS += Naming
- endif
- ifeq (,$(findstring Property, $(TAO_ORBSVCS)))
- MKLIST += Makefile.CosProperty
- TAO_ORBSVCS += Property
- endif
-
MKLIST += Makefile.av
endif
ifneq (,$(findstring LifeCycle, $(TAO_ORBSVCS)))