summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-03-01 12:32:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-03-01 12:32:53 +0000
commitf0bd533d167fa8b18fe56d5ec9e270c47f46f64e (patch)
tree2f23561c3de5a55d8d21a4efc47804d9fdce4054 /TAO/tests/Timeout
parent6f56ad5c606fd6e5ada7a67f9dc76437274adaf8 (diff)
downloadATCD-f0bd533d167fa8b18fe56d5ec9e270c47f46f64e.tar.gz
ChangeLogTag: Fri Mar 01 13:23:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
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