summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Makefile')
-rw-r--r--TAO/performance-tests/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/performance-tests/Makefile b/TAO/performance-tests/Makefile
index 0cf1fdfaea8..4922afba5b0 100644
--- a/TAO/performance-tests/Makefile
+++ b/TAO/performance-tests/Makefile
@@ -13,7 +13,8 @@
DIRS = Cubit \
POA \
Pluggable \
- Thruput
+ Thruput \
+ Latency
# The following tests have not been updated yet
# Demux
@@ -23,14 +24,6 @@ DIRS = Cubit \
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-ifndef minimum_corba
-
-# No non_existent() in Minimum CORBA
- DIRS += Latency
-
-endif # minimum_corba
-
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU