summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Default_Servant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Default_Servant/Makefile')
-rw-r--r--TAO/tests/POA/Default_Servant/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/POA/Default_Servant/Makefile b/TAO/tests/POA/Default_Servant/Makefile
index 2ffc5020c5a..d4ba290a021 100644
--- a/TAO/tests/POA/Default_Servant/Makefile
+++ b/TAO/tests/POA/Default_Servant/Makefile
@@ -22,7 +22,7 @@ LSRC = $(PROG_SRCS)
SVR_OBJS = testC.o testS.o Default_Servant.o
-BIN = Default_Servant
+BIN_UNCHECKED = Default_Servant
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------
@@ -32,6 +32,11 @@ TAO_IDLFLAGS += -Ge 1
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)
+endif # minimum_corba
+
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
#include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU