summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls
diff options
context:
space:
mode:
authorfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-18 22:05:05 +0000
committerfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-18 22:05:05 +0000
commit819f1e1c38d6da97a40aafb5eab74710dd7c1cb4 (patch)
tree4458274bdb575a41df1b5ff08d9a4d0e479db043 /TAO/tests/LongUpcalls
parent3dba6061085fedf04186b6df0d81ca084f26086c (diff)
downloadATCD-819f1e1c38d6da97a40aafb5eab74710dd7c1cb4.tar.gz
ChangeLogTag:Thu Sep 18 14:11:53 MST 2003 Trevor Fields <fields_t@ociweb.com>
Diffstat (limited to 'TAO/tests/LongUpcalls')
-rw-r--r--TAO/tests/LongUpcalls/LongUpcalls.mpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/LongUpcalls/LongUpcalls.mpc b/TAO/tests/LongUpcalls/LongUpcalls.mpc
index 2e1ee65d664..bb5e4208dce 100644
--- a/TAO/tests/LongUpcalls/LongUpcalls.mpc
+++ b/TAO/tests/LongUpcalls/LongUpcalls.mpc
@@ -2,6 +2,7 @@ project(*Server): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
exename = blocking_server
+ requires += ami
Source_Files {
Manager.cpp
@@ -13,6 +14,7 @@ project(*Client): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
exename = blocking_client
+ requires += ami
Source_Files {
Controller.cpp
@@ -24,6 +26,7 @@ project(*AMI Server): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
exename = ami_server
+ requires += ami
Source_Files {
AMI_Manager.cpp
@@ -35,6 +38,7 @@ project(*AMI Client): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
exename = ami_client
+ requires += ami
Source_Files {
Controller.cpp