summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Makefile
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-14 15:45:47 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-14 15:45:47 +0000
commit255a1959f4c808335d9abc2d7b097258f251f00c (patch)
tree6134c2c40804d364a052040525e0f5d5445ca7a0 /TAO/tests/Param_Test/Makefile
parentdcd50fdc12d3133691e073807a88c443406ab615 (diff)
downloadATCD-255a1959f4c808335d9abc2d7b097258f251f00c.tar.gz
ChangeLogTag:Tue Oct 14 10:45:45 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
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)