summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor b/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor
index 41b115e73ec..84e32492bdb 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/distributer.bor
@@ -5,13 +5,15 @@
NAME = distributer
OBJFILES = \
- $(OBJDIR)\distributer.obj
+ $(OBJDIR)\distributer.obj \
+ $(OBJDIR)\Connection_Manager.obj
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_NAMING_CFLAGS) \
+ $(TAO_PROPERTY_CFLAGS) \
$(TAO_AV_CFLAGS)
LIBFILES = \
@@ -19,6 +21,7 @@ LIBFILES = \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_NAMING_LIB) \
+ $(TAO_PROPERTY_LIB) \
$(TAO_AV_LIB)
CPPDIR = .;..