summaryrefslogtreecommitdiff
path: root/ace/Makefile.ace
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Makefile.ace')
-rw-r--r--ace/Makefile.ace11
1 files changed, 9 insertions, 2 deletions
diff --git a/ace/Makefile.ace b/ace/Makefile.ace
index 9ae769d91e1..c1cc1dd03e4 100644
--- a/ace/Makefile.ace
+++ b/ace/Makefile.ace
@@ -249,8 +249,9 @@ OTHER_FILES = \
Name_Space \
Naming_Context \
Registry_Name_Space \
- Remote_Name_Space \
-
+ Remote_Name_Space
+METRICS_FILES = \
+ Metrics_Cache
TEMPLATE_FILES = \
Acceptor \
Active_Map_Manager_T \
@@ -295,6 +296,7 @@ TEMPLATE_FILES = \
Map_T \
Message_Block_T \
Message_Queue_T \
+ Metrics_Cache_T \
Module \
Obstack_T \
Pair_T \
@@ -356,6 +358,7 @@ ifndef ACE_COMPONENTS
Timer \
Token \
Codecs \
+ Metrics \
Other
endif # ACE_COMPONENTS
@@ -449,6 +452,10 @@ else # ! Other
FILES += $(OTHER_FILES)
endif # ! Other
+ifneq (,$(findstring Metrics,$(ACE_COMPONENTS)))
+ FILES += $(METRICS_FILES)
+endif # Metrics
+
ifeq ($(AIX_TEMPLATE_HACK),1)
FILES = 0_ACE_All_Src
TEMPLATE_FILES = 0_ACE_All_Tmp