summaryrefslogtreecommitdiff
path: root/TAO/examples/OBV/Typed_Events/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/OBV/Typed_Events/Makefile')
-rw-r--r--TAO/examples/OBV/Typed_Events/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/examples/OBV/Typed_Events/Makefile b/TAO/examples/OBV/Typed_Events/Makefile
index 4d09c0a9116..1d9829bc856 100644
--- a/TAO/examples/OBV/Typed_Events/Makefile
+++ b/TAO/examples/OBV/Typed_Events/Makefile
@@ -44,6 +44,9 @@ SIMPLE_SVR_OBJS = \
BIN = server \
client
+VLDLIBS = $(LDLIBS:%=%$(VAR))
+VBIN = $(BIN:%=%$(VAR))
+
TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------