summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Destruction/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Destruction/Makefile')
-rw-r--r--TAO/tests/POA/Destruction/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/POA/Destruction/Makefile b/TAO/tests/POA/Destruction/Makefile
index ccd61a6e377..842113c2e06 100644
--- a/TAO/tests/POA/Destruction/Makefile
+++ b/TAO/tests/POA/Destruction/Makefile
@@ -22,6 +22,9 @@ LSRC = $(PROG_SRCS)
SVR_OBJS = testC.o testS.o Destruction.o
BIN = Destruction
+BUILD = $(BIN)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------