summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/Marshal_Test/TAO/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/Marshal_Test/TAO/Makefile')
-rw-r--r--TAO/Benchmark/Marshal_Test/TAO/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/Benchmark/Marshal_Test/TAO/Makefile b/TAO/Benchmark/Marshal_Test/TAO/Makefile
index 93dcaab7b66..8e512953752 100644
--- a/TAO/Benchmark/Marshal_Test/TAO/Makefile
+++ b/TAO/Benchmark/Marshal_Test/TAO/Makefile
@@ -21,6 +21,10 @@ MARSHAL_SERVER_OBJS = marshalC.o marshalS.o tao_marshal_impl.o tao_marshal_serve
BIN = client server
+BUILD = $(BIN)
+
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------