summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-12-08 17:06:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-12-08 17:06:45 +0000
commit2f3365a4b46f93570c26f01f87b40be2a7f17a36 (patch)
tree32d9c4cc009fc5745403fa74c88024a7eabc9e6f
parent913824e5e462f44dda679324c416776b05cecabb (diff)
downloadATCD-2f3365a4b46f93570c26f01f87b40be2a7f17a36.tar.gz
Added missing POA library to $(LDLIBS)
-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