summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional_NestedUpcall
diff options
context:
space:
mode:
authorsmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-13 12:01:12 +0000
committersmcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-13 12:01:12 +0000
commit5bb855d8e4693b4db684f010d11a8d04483332e2 (patch)
tree5cda82bc83a6a60e004369ce8cc5b93fcaa0ac18 /TAO/tests/BiDirectional_NestedUpcall
parent44be700405e95535eefe18960df8b3d33e9c35c8 (diff)
downloadATCD-5bb855d8e4693b4db684f010d11a8d04483332e2.tar.gz
ChangeLogTag: Tue May 13 12:58:18 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/tests/BiDirectional_NestedUpcall')
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/client.bor10
-rw-r--r--TAO/tests/BiDirectional_NestedUpcall/server.bor10
2 files changed, 16 insertions, 4 deletions
diff --git a/TAO/tests/BiDirectional_NestedUpcall/client.bor b/TAO/tests/BiDirectional_NestedUpcall/client.bor
index f2b2f526c56..5cc87be4bad 100644
--- a/TAO/tests/BiDirectional_NestedUpcall/client.bor
+++ b/TAO/tests/BiDirectional_NestedUpcall/client.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
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