summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-02 05:36:59 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-02 05:36:59 +0000
commit71cb12fcd3a61f371922aa9d1e1ab9b8ff9d7209 (patch)
treef6d961584d8f967c776dab5695d197fdc3667919
parent858732f2fa8caf6e5490052f7f3e032cc4ac8a62 (diff)
downloadATCD-71cb12fcd3a61f371922aa9d1e1ab9b8ff9d7209.tar.gz
ChangeLogTag: Thu Jan 2 00:15:57 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-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 cf33211ca9f..4bf228938b0 100644
--- a/TAO/tests/Param_Test/Makefile
+++ b/TAO/tests/Param_Test/Makefile
@@ -111,7 +111,7 @@ client: $(addprefix $(VDIR),$(PARAM_TEST_CLT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_DYNAMIC_LIBS) $(TAO_SRVR_LIBS) $(POSTLINK)
anyop: $(addprefix $(VDIR),$(PARAM_TEST_ANYOP_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_CLNT_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_DYNAMIC_LIBS) $(TAO_CLNT_LIBS) $(POSTLINK)
realclean: clean
-$(RM) param_testC.* param_testS.* param_testS_T.*