summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-24 23:58:49 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-24 23:58:49 +0000
commitc01d0cde0273baf8b1afe5cccdb83a5af7a41505 (patch)
treeb4448a1239c1d80970564f9598be2b93dc6f90b0 /TAO/orbsvcs/tests
parent978ce053811caf6863e816c33e3f2d6ac9258c27 (diff)
downloadATCD-c01d0cde0273baf8b1afe5cccdb83a5af7a41505.tar.gz
ChangeLogTag:Mon Nov 24 17:57:03 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/Notify/RT_lib/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/Makefile b/TAO/orbsvcs/tests/Notify/RT_lib/Makefile
index b1b42647dcb..ec3e7e13e46 100644
--- a/TAO/orbsvcs/tests/Notify/RT_lib/Makefile
+++ b/TAO/orbsvcs/tests/Notify/RT_lib/Makefile
@@ -15,10 +15,6 @@ SHLIB2 = $(LIBNAME).$(SOEXT)
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (RT_Notify,$(findstring RT_Notify,$(TAO_ORBSVCS)))
- LIB = $(LIB2)
- SHLIB = $(SHLIB2)
-endif # RT_Notify
TAO_IDLFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -Ge 1 -Sc
@@ -44,6 +40,12 @@ LSRC = $(addsuffix .cpp,$(FILES))
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)
+ifeq (RT_Notify,$(findstring RT_Notify,$(TAO_ORBSVCS)))
+ LIB = $(LIB2)
+ SHLIB = $(SHLIB2)
+endif # RT_Notify
+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.lib.GNU