summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Reference_Counted_Servant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Reference_Counted_Servant/Makefile')
-rw-r--r--TAO/examples/POA/Reference_Counted_Servant/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/Makefile b/TAO/examples/POA/Reference_Counted_Servant/Makefile
index e9bd3b34178..990273b45b8 100644
--- a/TAO/examples/POA/Reference_Counted_Servant/Makefile
+++ b/TAO/examples/POA/Reference_Counted_Servant/Makefile
@@ -9,6 +9,10 @@ endif
BIN = server
SERVER_OBJS = server.o
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
+BUILD = $(VBIN)
+
CPPFLAGS += -I$(TAO_ROOT) -I../Generic_Servant
LDLIBS = -lGeneric_Servant -lTAO