summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Explicit_Activation/Makefile')
-rw-r--r--TAO/examples/POA/Explicit_Activation/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Makefile b/TAO/examples/POA/Explicit_Activation/Makefile
index a63b245298c..6c5d8811e76 100644
--- a/TAO/examples/POA/Explicit_Activation/Makefile
+++ b/TAO/examples/POA/Explicit_Activation/Makefile
@@ -11,10 +11,6 @@ CPPFLAGS += -I$(TAO_ROOT) -I../Generic_Servant
LDLIBS = -lGeneric_Servant -lTAO
LDFLAGS += -L$(TAO_ROOT)/tao -L../Generic_Servant
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
-BUILD = $(VBIN)
-
INSTALL =
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------