summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/DII/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/DII/Makefile')
-rw-r--r--TAO/performance-tests/Sequence_Latency/DII/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/DII/Makefile b/TAO/performance-tests/Sequence_Latency/DII/Makefile
index fc99b04f4fa..c582d542a58 100644
--- a/TAO/performance-tests/Sequence_Latency/DII/Makefile
+++ b/TAO/performance-tests/Sequence_Latency/DII/Makefile
@@ -30,8 +30,10 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
-ifeq ($(minimum_corba),0)
- BIN = $(BIN_UNCHECKED)
+ifeq ($(corba_messaging),1)
+ ifeq ($(minimum_corba),0)
+ BIN = $(BIN_UNCHECKED)
+ endif # corba_messaging
endif # minimum_corba
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU