summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Makefile')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Makefile b/TAO/examples/POA/On_Demand_Activation/Makefile
index aad170eac5c..1bd3f3d4540 100644
--- a/TAO/examples/POA/On_Demand_Activation/Makefile
+++ b/TAO/examples/POA/On_Demand_Activation/Makefile
@@ -14,6 +14,10 @@ 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 =
#----------------------------------------------------------------------------