diff options
Diffstat (limited to 'TAO/tests/Timeout/client.bor')
-rw-r--r-- | TAO/tests/Timeout/client.bor | 6 |
1 files changed, 4 insertions, 2 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 |