summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Timeout')
-rw-r--r--TAO/tests/Timeout/client.bor6
-rw-r--r--TAO/tests/Timeout/server.bor6
2 files changed, 8 insertions, 4 deletions
diff --git a/TAO/tests/Timeout/client.bor b/TAO/tests/Timeout/client.bor
index 675a906388c..d080c3e2e68 100644
--- a/TAO/tests/Timeout/client.bor
+++ b/TAO/tests/Timeout/client.bor
@@ -14,12 +14,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_MESSAGING_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/Timeout/server.bor b/TAO/tests/Timeout/server.bor
index e776d35247e..ffb9f26276f 100644
--- a/TAO/tests/Timeout/server.bor
+++ b/TAO/tests/Timeout/server.bor
@@ -15,12 +15,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_MESSAGING_LIB)
IDLFILES = \
$(IDLDIR)\test.idl