summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Xt_Stopwatch/Makefile')
-rw-r--r--TAO/tests/Xt_Stopwatch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Makefile b/TAO/tests/Xt_Stopwatch/Makefile
index 99320af2706..c9bd693f131 100644
--- a/TAO/tests/Xt_Stopwatch/Makefile
+++ b/TAO/tests/Xt_Stopwatch/Makefile
@@ -22,6 +22,10 @@ SRC = $(addsuffix .cpp, $(BIN) $(IDLFILES) test_i Stopwatch_display Control time
CLIENT_OBJS = client.o Control.o testC.o
SERVER_OBJS = server.o test_i.o Stopwatch_display.o timer.o $(addsuffix .o, $(IDLFILES))
+BUILD = $(BIN)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
+
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------
# Include macros and targets