summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-13 04:51:34 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-13 04:51:34 +0000
commit47f00332c998d95b27806020cc506b3b01453d78 (patch)
treef274607144346f497d5c346e4687c3e277a4699f
parent7f2268765e8210efb282558d69ee12ea171030b8 (diff)
downloadATCD-47f00332c998d95b27806020cc506b3b01453d78.tar.gz
ChangeLogTag:Thu Jul 12 21:36:53 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 5451a2f12df..f0c43771713 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -91,9 +91,11 @@ 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