diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-11-22 18:28:56 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-11-22 18:28:56 +0000 |
commit | 558908aaa3ddc660cdb7ee85b6b3a6bf4b0a228d (patch) | |
tree | ffb45f4f1197a63f5a67dbf776da0c067ba38a33 /TAO/orbsvcs/examples | |
parent | 99b8c4fc43c70066f4a295cb265f996c57eccda2 (diff) | |
download | ATCD-558908aaa3ddc660cdb7ee85b6b3a6bf4b0a228d.tar.gz |
ChangeLogTag: Fri Nov 22 12:27:27 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r-- | TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile index 65bb2650530..403bd1963df 100644 --- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile +++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile @@ -36,8 +36,8 @@ include $(TAO_ROOT)/rules.tao.GNU #### If the orbsvcs library wasn't built with all components, don't #### try to build certain tests. TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs) -ifeq (RTEvent,$(findstring RTEvent ,$(TAO_ORBSVCS))) -ifeq (CosEvent,$(findstring CosEvent ,$(TAO_ORBSVCS))) +ifeq (RTEvent,$(findstring RTEvent,$(TAO_ORBSVCS))) +ifeq (CosEvent,$(findstring CosEvent,$(TAO_ORBSVCS))) LIBNAME = libTAO_RTEC_COSEC LIB = $(LIBNAME).a SHLIB = $(LIBNAME).$(SOEXT) |