summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thruput/CORBAplus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Thruput/CORBAplus/Makefile')
-rw-r--r--TAO/performance-tests/Thruput/CORBAplus/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/performance-tests/Thruput/CORBAplus/Makefile b/TAO/performance-tests/Thruput/CORBAplus/Makefile
index 233d90d4c8e..8bad8861b30 100644
--- a/TAO/performance-tests/Thruput/CORBAplus/Makefile
+++ b/TAO/performance-tests/Thruput/CORBAplus/Makefile
@@ -21,6 +21,11 @@ TTCP_SERVER_OBJS = ttcp.o ttcp_s.o server.o ttcp_i.o utils.o
BIN = client server
+BUILD = $(BIN)
+
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------