summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/Makefile')
-rw-r--r--TAO/tests/Reliable_Oneways/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Reliable_Oneways/Makefile b/TAO/tests/Reliable_Oneways/Makefile
index f6fae8b2dd7..c33b073fe1b 100644
--- a/TAO/tests/Reliable_Oneways/Makefile
+++ b/TAO/tests/Reliable_Oneways/Makefile
@@ -49,7 +49,7 @@ server: $(addprefix $(VDIR),$(SERVER_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_SRVR_LIBS) $(POSTLINK)
client: $(addprefix $(VDIR),$(CLIENT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_CLNT_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging -lTAO_Valuetype $(TAO_CLNT_LIBS) $(POSTLINK)
realclean: clean
-$(RM) $(foreach ext, $(IDL_EXT), Test$(ext))