diff options
Diffstat (limited to 'TAO/examples/POA/TIE/server.bor')
-rw-r--r-- | TAO/examples/POA/TIE/server.bor | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/POA/TIE/server.bor b/TAO/examples/POA/TIE/server.bor index d80b491ea7f..57f2f7c88ef 100644 --- a/TAO/examples/POA/TIE/server.bor +++ b/TAO/examples/POA/TIE/server.bor @@ -15,12 +15,18 @@ OBJFILES = \ CFLAGS = \ $(ACE_CFLAGS) \ $(TAO_CFLAGS) \ - $(TAO_PORTABLESERVER_CFLAGS) + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_VALUETYPE_CFLAGS) \ + $(TAO_IORINTERCEPTOR_CFLAGS) \ + $(TAO_ORT_CFLAGS) LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ - $(TAO_PORTABLESERVER_LIB) + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_VALUETYPE_LIB) \ + $(TAO_IORINTERCEPTOR_LIB) \ + $(TAO_ORT_LIB) IDLFILES = \ $(IDLDIR)\test.idl |