summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Server/Makefile b/TAO/docs/tutorials/Quoter/Simple/Server/Makefile
index 007ae980cbb..e1f0a6f4b27 100644
--- a/TAO/docs/tutorials/Quoter/Simple/Server/Makefile
+++ b/TAO/docs/tutorials/Quoter/Simple/Server/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
+LDLIBS = -lTAO_PortableServer -lTAO
IDL_FILES = Quoter
IDL_SRC = QuoterC.cpp QuoterS.cpp