diff options
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall/server.bor')
-rw-r--r-- | TAO/tests/BiDirectional_NestedUpcall/server.bor | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/server.bor b/TAO/tests/BiDirectional_NestedUpcall/server.bor index 9234afc0d15..749f3161513 100644 --- a/TAO/tests/BiDirectional_NestedUpcall/server.bor +++ b/TAO/tests/BiDirectional_NestedUpcall/server.bor @@ -16,13 +16,19 @@ CFLAGS = \ $(ACE_CFLAGS) \ $(TAO_CFLAGS) \ $(TAO_PORTABLESERVER_CFLAGS) \ - $(TAO_BIDIRGIOP_CFLAGS) + $(TAO_BIDIRGIOP_CFLAGS) \ + $(TAO_VALUETYPE_CFLAGS) \ + $(TAO_IORINTERCEPTOR_CFLAGS) \ + $(TAO_ORT_CFLAGS) LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ $(TAO_PORTABLESERVER_LIB) \ - $(TAO_BIDIRGIOP_LIB) + $(TAO_BIDIRGIOP_LIB) \ + $(TAO_VALUETYPE_LIB) \ + $(TAO_IORINTERCEPTOR_LIB) \ + $(TAO_ORT_LIB) IDLFILES = \ $(IDLDIR)\test.idl |