diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/Makefile')
-rw-r--r-- | TAO/orbsvcs/tests/Trading/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Trading/Makefile b/TAO/orbsvcs/tests/Trading/Makefile index 9c8f50b4004..71fe0db2ba3 100644 --- a/TAO/orbsvcs/tests/Trading/Makefile +++ b/TAO/orbsvcs/tests/Trading/Makefile @@ -44,9 +44,11 @@ LDLIBS = -lTAO_CosTrading -lTAO_CosNaming -lTAO #### don't try to build here. TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs) ifeq (Trader,$(findstring Trader,$(TAO_ORBSVCS))) - BIN = $(BIN2) - LIB = $(LIB2) - SHLIB = $(SHLIB2) + ifeq ($(minimum_corba),0) + BIN = $(BIN2) + LIB = $(LIB2) + SHLIB = $(SHLIB2) + endif # minimum_corba endif # Trader TAO_IDLFLAGS += -Ge 1 |