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