summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/Makefile')
-rw-r--r--TAO/tests/Param_Test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/Makefile b/TAO/tests/Param_Test/Makefile
index cd16310ad59..6f243861f05 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -106,7 +106,7 @@ server: $(addprefix $(VDIR),$(PARAM_TEST_SVR_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_SRVR_LIBS) $(POSTLINK)
client: $(addprefix $(VDIR),$(PARAM_TEST_CLT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_DYNAMIC_LIBS) $(TAO_SRVR_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_DYNAMIC_LIBS) -lTAO_Messaging $(TAO_SRVR_LIBS) $(POSTLINK)
anyop: $(addprefix $(VDIR),$(PARAM_TEST_ANYOP_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_DYNAMIC_LIBS) $(TAO_CLNT_LIBS) $(POSTLINK)