summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/Makefile')
-rw-r--r--TAO/tests/InterOp-Naming/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/InterOp-Naming/Makefile b/TAO/tests/InterOp-Naming/Makefile
index b2d07af51a9..639bc862b56 100644
--- a/TAO/tests/InterOp-Naming/Makefile
+++ b/TAO/tests/InterOp-Naming/Makefile
@@ -61,7 +61,7 @@ INS_test_server:$(addprefix $(VDIR),$(SIMPLE_SERVER_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_IORTable $(TAO_SRVR_LIBS) $(POSTLINK)
INS_test_client:$(addprefix $(VDIR),$(SIMPLE_CLIENT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_CLNT_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ -lTAO_Messaging $(TAO_CLNT_LIBS) $(POSTLINK)
.PRECIOUS: $(foreach ext, $(IDL_EXT), INS$(ext))