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, 1 insertions, 3 deletions
diff --git a/TAO/examples/POA/Default_Servant/Makefile b/TAO/examples/POA/Default_Servant/Makefile
index 21ae6bbb59d..c2e9943b753 100644
--- a/TAO/examples/POA/Default_Servant/Makefile
+++ b/TAO/examples/POA/Default_Servant/Makefile
@@ -23,9 +23,7 @@ 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