summaryrefslogtreecommitdiff
path: root/TAO/tests/Thruput/TAO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Thruput/TAO/Makefile')
-rw-r--r--TAO/tests/Thruput/TAO/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Thruput/TAO/Makefile b/TAO/tests/Thruput/TAO/Makefile
index 1e30131a36b..ba5b2cd51db 100644
--- a/TAO/tests/Thruput/TAO/Makefile
+++ b/TAO/tests/Thruput/TAO/Makefile
@@ -55,10 +55,10 @@ $(IDL_SRC): ttcp.idl
$(TAO_ROOT)/TAO_IDL/tao_idl ttcp.idl
server: $(addprefix $(VDIR),$(TTCP_SERVER_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
client: $(addprefix $(VDIR),$(TTCP_CLIENT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean
-/bin/rm -rf ttcpC.* ttcpS.*