summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Buffering/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneway_Buffering/Makefile')
-rw-r--r--TAO/tests/Oneway_Buffering/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Oneway_Buffering/Makefile b/TAO/tests/Oneway_Buffering/Makefile
index 51eeece3c6c..d70fd80addd 100644
--- a/TAO/tests/Oneway_Buffering/Makefile
+++ b/TAO/tests/Oneway_Buffering/Makefile
@@ -56,7 +56,7 @@ admin: $(addprefix $(VDIR),$(ADMIN_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))