summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Trading_Service/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-19 19:19:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-19 19:19:34 +0000
commitd0020a7a779207a77d7bf012c398d6bec39adda4 (patch)
treef6fd20691d5d8c24db596ddc3538b38669e7c86b /TAO/orbsvcs/Trading_Service/Makefile
parentd9d1053d639820f5c883f0ca17aa9964aef74fea (diff)
downloadATCD-d0020a7a779207a77d7bf012c398d6bec39adda4.tar.gz
ChangeLogTag:Wed Apr 19 12:11:47 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/Trading_Service/Makefile')
-rw-r--r--TAO/orbsvcs/Trading_Service/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Trading_Service/Makefile b/TAO/orbsvcs/Trading_Service/Makefile
index d696fbe0327..b8eb0b50642 100644
--- a/TAO/orbsvcs/Trading_Service/Makefile
+++ b/TAO/orbsvcs/Trading_Service/Makefile
@@ -20,7 +20,9 @@ BIN2 = Trading_Service
#### don't try to build here.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (Trader,$(findstring Trader,$(TAO_ORBSVCS)))
- BIN = $(BIN2)
+ ifeq ($(minimum_corba),0)
+ BIN = $(BIN2)
+ endif # minimum_corba
endif # Trader
#--------------------------------------------------------------------------