summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/RTEvent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/RTEvent/Makefile')
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/Makefile b/TAO/orbsvcs/examples/Log/RTEvent/Makefile
index 289f246786a..b018c6f4825 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/Makefile
+++ b/TAO/orbsvcs/examples/Log/RTEvent/Makefile
@@ -18,7 +18,7 @@ BIN2 = RTEvent_Consumer \
RTEvent_Supplier
PSRC=$(addsuffix .cpp,$(BIN2))
-LDLIBS = -lTAO -lTAO_PortableServer -lTAO_DsLogAdmin -lTAO_CosNaming -lTAO_RTEventLogAdmin -lTAO_RTEvent -lTAO_RTSched
+LDLIBS = -lTAO_RTEventLogAdmin -lTAO_DsLogAdmin -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_PortableServer -lTAO
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
$(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc))
@@ -34,7 +34,7 @@ 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 (Log,$(findstring Log,$(TAO_ORBSVCS)))
+ifeq (RTEventLog,$(findstring RTEventLog,$(TAO_ORBSVCS)))
ifeq (Naming,$(findstring Naming,$(TAO_ORBSVCS)))
BIN = $(BIN2)
endif # Naming