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/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
#----------------------------------------------------------------------------