diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-24 20:18:31 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-24 20:18:31 +0000 |
commit | 43ed243e536168e0613cece145b85b36bc525ecc (patch) | |
tree | 5b9d99c48804d54a5d76c8e7696378ec388d82c3 /TAO/tests/Nested_Event_Loop | |
parent | 3a31c419000cc00a7ec20c7f50169b7fe4476d27 (diff) | |
download | ATCD-43ed243e536168e0613cece145b85b36bc525ecc.tar.gz |
ChangeLogTag:Fri Nov 24 12:17:59 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/Nested_Event_Loop')
-rw-r--r-- | TAO/tests/Nested_Event_Loop/client.bor | 6 | ||||
-rw-r--r-- | TAO/tests/Nested_Event_Loop/server.bor | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/TAO/tests/Nested_Event_Loop/client.bor b/TAO/tests/Nested_Event_Loop/client.bor index e889829662c..e134990f904 100644 --- a/TAO/tests/Nested_Event_Loop/client.bor +++ b/TAO/tests/Nested_Event_Loop/client.bor @@ -16,12 +16,14 @@ OBJFILES = \ CFLAGS = \ $(ACE_CFLAGS) \ $(TAO_CFLAGS) \ - $(TAO_PORTABLESERVER_CFLAGS) + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_STRATEGIES_CFLAGS) LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ - $(TAO_PORTABLESERVER_LIB) + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_STRATEGIES_LIB) IDLFILES = \ test.idl diff --git a/TAO/tests/Nested_Event_Loop/server.bor b/TAO/tests/Nested_Event_Loop/server.bor index f9151a61076..0edb30ac993 100644 --- a/TAO/tests/Nested_Event_Loop/server.bor +++ b/TAO/tests/Nested_Event_Loop/server.bor @@ -16,12 +16,14 @@ OBJFILES = \ CFLAGS = \ $(ACE_CFLAGS) \ $(TAO_CFLAGS) \ - $(TAO_PORTABLESERVER_CFLAGS) + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_STRATEGIES_CFLAGS) LIBFILES = \ $(ACE_LIB) \ $(TAO_LIB) \ - $(TAO_PORTABLESERVER_LIB) + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_STRATEGIES_LIB) IDLFILES = \ test.idl |