summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Makefile')
-rw-r--r--TAO/performance-tests/Latency/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/Makefile b/TAO/performance-tests/Latency/Makefile
index 45a1e776855..b52a504633e 100644
--- a/TAO/performance-tests/Latency/Makefile
+++ b/TAO/performance-tests/Latency/Makefile
@@ -78,7 +78,7 @@ st_client: $(addprefix $(VDIR),$(ST_CLIENT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_CLNT_LIBS) $(POSTLINK)
deferred_synch_client: $(addprefix $(VDIR),$(DII_CLIENT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_DYNAMIC_LIBS) $(TAO_SRVR_LIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_DYNAMIC_LIBS) $(TAO_CLNT_LIBS) $(POSTLINK)
server: $(addprefix $(VDIR),$(SERVER_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_SRVR_LIBS) $(POSTLINK)