summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Property/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Property/Makefile b/TAO/orbsvcs/tests/Property/Makefile
index 01a5528e8e1..981af32ac66 100644
--- a/TAO/orbsvcs/tests/Property/Makefile
+++ b/TAO/orbsvcs/tests/Property/Makefile
@@ -13,7 +13,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosProperty -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_PortableServer -lTAO
+LDLIBS = -lTAO_CosProperty -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable $(TAO_SRVR_LIBS)
CosProperty_SERVER_OBJS = server.o
CosProperty_CLIENT_OBJS = client.o