summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Makefile')
-rw-r--r--TAO/orbsvcs/examples/ORT/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Makefile b/TAO/orbsvcs/examples/ORT/Makefile
index fed2093a5c5..b496b9288d8 100644
--- a/TAO/orbsvcs/examples/ORT/Makefile
+++ b/TAO/orbsvcs/examples/ORT/Makefile
@@ -55,9 +55,11 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
-ifeq ($(interceptors), 1)
-BIN = $(BIN_UNCHECKED)
-endif # interceptors
+ifeq ($(corba_messaging),1)
+ ifeq ($(interceptors), 1)
+BIN=$(BIN_UNCHECKED)
+ endif # interceptors
+endif # corba_messaging
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU