summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging/Makefile')
-rw-r--r--TAO/examples/Logging/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Logging/Makefile b/TAO/examples/Logging/Makefile
index fd0292f7625..20f9bca8ae2 100644
--- a/TAO/examples/Logging/Makefile
+++ b/TAO/examples/Logging/Makefile
@@ -11,7 +11,7 @@ override TAO_IDLFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs -Ge 1
# The following lines tell the souce code that the trading
# service is available.
-LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableServer -lTAO
IDL_FILES = Logger
IDL_SRC = LoggerC.cpp LoggerS.cpp