summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-01 04:50:21 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-01 04:50:21 +0000
commit5929c024844d4f561a3598a2cf7b5edcd9a38dab (patch)
tree4c6b82284803e90715867282c2cb4e3d93929d89 /TAO/orbsvcs/performance-tests
parent11ea4bdfa23a4cd41632408c309391953e1ac354 (diff)
downloadATCD-5929c024844d4f561a3598a2cf7b5edcd9a38dab.tar.gz
ChangeLogTag:Thu Feb 28 20:47:24 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
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