summaryrefslogtreecommitdiff
path: root/TAO/Benchmark/benchmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Benchmark/benchmark/Makefile')
-rw-r--r--TAO/Benchmark/benchmark/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/Benchmark/benchmark/Makefile b/TAO/Benchmark/benchmark/Makefile
index 38dc2215423..9f5327741bf 100644
--- a/TAO/Benchmark/benchmark/Makefile
+++ b/TAO/Benchmark/benchmark/Makefile
@@ -21,6 +21,9 @@ LSRC = $(addsuffix .cpp,$(FILES))
LDLIBS = -lACE
LIBS = -lACE
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+
+BUILD = $(VSHLIB) $(VLIB)
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO