summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/LifeCycle_Service
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-19 22:20:56 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-19 22:20:56 +0000
commitea22a6380035e73881448d9dc91667a8601b90b8 (patch)
treea89ec781db3588fe9b055460f67f94890068eb82 /TAO/orbsvcs/LifeCycle_Service
parentef8a51e3fb6b343a6cd1b59d32dc765c09dffeae (diff)
downloadATCD-ea22a6380035e73881448d9dc91667a8601b90b8.tar.gz
ChangeLogTag:Wed Apr 19 15:19:12 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/LifeCycle_Service')
-rw-r--r--TAO/orbsvcs/LifeCycle_Service/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/LifeCycle_Service/Makefile b/TAO/orbsvcs/LifeCycle_Service/Makefile
index dbc09e2b1ff..5e2e5fcce39 100644
--- a/TAO/orbsvcs/LifeCycle_Service/Makefile
+++ b/TAO/orbsvcs/LifeCycle_Service/Makefile
@@ -32,7 +32,9 @@ BIN2 = LifeCycle_Service
#### don't try to build here.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (LifeCycle,$(findstring LifeCycle,$(TAO_ORBSVCS)))
- BIN = $(BIN2)
+ ifeq ($(minimum_corba),0)
+ BIN = $(BIN2)
+ endif # minimum_corba
endif # LifeCycle
#----------------------------------------------------------------------------