summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/performance-tests')
-rw-r--r--TAO/orbsvcs/performance-tests/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/orbsvcs/performance-tests/Makefile b/TAO/orbsvcs/performance-tests/Makefile
index 6ae87677b85..43557f752ee 100644
--- a/TAO/orbsvcs/performance-tests/Makefile
+++ b/TAO/orbsvcs/performance-tests/Makefile
@@ -9,8 +9,6 @@
#----------------------------------------------------------------------------
DIRS = \
- EC_Latency \
- EC_Federated_Latency \
EC_Scalability \
EC_Federated_Scalability
@@ -24,6 +22,15 @@ endif
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(corba_messaging),1)
+
+DIRS += \
+ EC_Latency \
+ EC_Federated_Latency
+
+endif # corba_messaging
+
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU