summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Default_Servant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Default_Servant/Makefile')
-rw-r--r--TAO/examples/POA/Default_Servant/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/examples/POA/Default_Servant/Makefile b/TAO/examples/POA/Default_Servant/Makefile
index c2e9943b753..21ae6bbb59d 100644
--- a/TAO/examples/POA/Default_Servant/Makefile
+++ b/TAO/examples/POA/Default_Servant/Makefile
@@ -23,7 +23,9 @@ FILE_SVR_OBJS = FileC.o FileS.o server.o File_i.o
FILE_CLT_OBJS = FileC.o FileS.o client.o
BIN = server client
-
+BUILD = $(BIN)
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------
# Include macros and targets