summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-10 03:40:18 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-10 03:40:18 +0000
commit8b632a903019701306fbf791890c2e9573f2f751 (patch)
treefcc9f7b74a3d2735e05038845326fe81ab8bf946 /TAO/tests/DSI_Gateway
parent3150a0fce2d9afb0fc49d382e3b17679c7f18430 (diff)
downloadATCD-8b632a903019701306fbf791890c2e9573f2f751.tar.gz
ChangeLogTag: Tue Sep 10 03:37:08 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/tests/DSI_Gateway')
-rw-r--r--TAO/tests/DSI_Gateway/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/DSI_Gateway/Makefile b/TAO/tests/DSI_Gateway/Makefile
index 483a033b72f..2f7cc6b9f75 100644
--- a/TAO/tests/DSI_Gateway/Makefile
+++ b/TAO/tests/DSI_Gateway/Makefile
@@ -32,7 +32,9 @@ include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
ifeq ($(minimum_corba),0)
+ifeq ($(corba_messaging),1)
BIN=$(BIN_UNCHECKED)
+endif # corba_messaging
endif # minimum_corba
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU