summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-19 16:31:53 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-19 16:31:53 +0000
commit852461711583eda0ec72dac71712bef9c05956f5 (patch)
treebe11b7bc7b745790e6901188492ac6794fc1c10f /TAO/orbsvcs/Naming_Service
parentb09fae20783711af895ac712ca2cdf20939caaa1 (diff)
downloadATCD-852461711583eda0ec72dac71712bef9c05956f5.tar.gz
ChangeLogTag:Fri Dec 19 10:27:46 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Naming_Service')
-rw-r--r--TAO/orbsvcs/Naming_Service/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Makefile b/TAO/orbsvcs/Naming_Service/Makefile
index 143a0e9c367..3236bb2d528 100644
--- a/TAO/orbsvcs/Naming_Service/Makefile
+++ b/TAO/orbsvcs/Naming_Service/Makefile
@@ -17,9 +17,6 @@ SRC = Naming_Server.cpp Naming_Service.cpp
BIN2 = Naming_Service
-#### If the TAO orbsvcs library wasn't built with sufficient components,
-#### don't try to build here.
-TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
#----------------------------------------------------------------------------
# Include macros and targets
@@ -28,6 +25,9 @@ TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+#### If the TAO orbsvcs library wasn't built with sufficient components,
+#### don't try to build here.
+TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq ($(corba_messaging),1)
ifeq (Naming,$(findstring Naming,$(TAO_ORBSVCS)))
BIN = $(BIN2)