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