From 8184bf69d9f522d1bd0c2b785b36da2ad73eea7d Mon Sep 17 00:00:00 2001 From: bala Date: Wed, 26 Nov 2003 18:09:40 +0000 Subject: ChangeLogTag:Wed Nov 26 12:04:11 2003 Balachandran Natarajan --- TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'TAO/orbsvcs/tests') diff --git a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile index d214336824d..0559c3d1186 100644 --- a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile +++ b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -BIN = Sequence_Supplier Sequence_Consumer +BIN2 = Sequence_Supplier Sequence_Consumer IDL_FILES = go IDL_SRC = goC.cpp goS.cpp @@ -29,6 +29,11 @@ SRC = $(IDL_SRC) common.cpp \ CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -I../lib TAO_IDLFLAGS += -Ge 1 +TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs) +ifeq (Notify,$(findstring Notify,$(TAO_ORBSVCS))) + BIN = $(BIN2) +endif # Notify + #---------------------------------------------------------------------------- # Include macros and targets #---------------------------------------------------------------------------- -- cgit v1.2.1