summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Timeout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connection_Timeout/Makefile')
-rw-r--r--TAO/tests/Connection_Timeout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Connection_Timeout/Makefile b/TAO/tests/Connection_Timeout/Makefile
index fe953f9d7e7..ef9d383cbc8 100644
--- a/TAO/tests/Connection_Timeout/Makefile
+++ b/TAO/tests/Connection_Timeout/Makefile
@@ -47,7 +47,7 @@ include $(TAO_ROOT)/taoconfig.mk
TAO_MSG_LIBS = -lTAO_Messaging
client: $(addprefix $(VDIR),$(CLIENT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_MSG_LIBS) $(TAO_CLNT_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_MSG_LIBS) $(TAO_SRVR_LIBS) $(POSTLINK)
realclean: clean
-$(RM) $(foreach ext, $(IDL_EXT), Test$(ext))