summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile
diff options
context:
space:
mode:
authorstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-26 05:35:35 +0000
committerstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-26 05:35:35 +0000
commitde77d32a4b42c1d744d5013143c527590cddccd5 (patch)
treecd2c1636757cbc8443c774c4b37ab9a3cf81db99 /TAO/orbsvcs/orbsvcs/Makefile
parent0cd1c9263e7e7089443f76b690bd4f823e38d6af (diff)
downloadATCD-de77d32a4b42c1d744d5013143c527590cddccd5.tar.gz
Fixes for build to remove compiler errors or warnings
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 2e0b805f2d3..4958ee2ad31 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -98,6 +98,9 @@ ifndef TAO_ORBSVCS
TAO_ORBSVCS += RT_Notify
endif #rt_corba
+ ifeq ($(metrics),1)
+ TAO_ORBSVCS += Metrics
+ endif # metrics
endif # TAO_ORBSVCS
# The order in this list is important as some libraries depend on
@@ -234,6 +237,9 @@ endif
ifneq (,$(findstring RT_Notify, $(TAO_ORBSVCS)))
MKLIST += Makefile.ETCL Makefile.CosNotification Makefile.RT_Notification
endif
+ifneq (,$(findstring Metrics, $(TAO_ORBSVCS)))
+ MKLIST += Makefile.Metrics
+endif
#----------------------------------------------------------------------------
# Local rules
#----------------------------------------------------------------------------