summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Event/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Event/Makefile')
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Log/Event/Makefile b/TAO/orbsvcs/examples/Log/Event/Makefile
index 80d478bda15..2301df7261b 100644
--- a/TAO/orbsvcs/examples/Log/Event/Makefile
+++ b/TAO/orbsvcs/examples/Log/Event/Makefile
@@ -18,7 +18,7 @@ BIN2 = Event_Consumer \
Event_Supplier
PSRC=$(addsuffix .cpp,$(BIN2))
-LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_CosNaming -lTAO_PortableServer -lTAO
+LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_CosNaming $(TAO_SRVR_LIBS)
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
$(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc))