summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI_Buffering/AMI_Buffering.mpc')
-rw-r--r--TAO/tests/AMI_Buffering/AMI_Buffering.mpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/AMI_Buffering/AMI_Buffering.mpc b/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
index 522cf1f4d8f..d909d73dcb1 100644
--- a/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
+++ b/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
@@ -1,6 +1,7 @@
project(*Server): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
+ requires += ami
Source_Files {
AMI_Buffering.cpp
@@ -12,6 +13,7 @@ project(*Client): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
exename = client
+ requires += ami
Source_Files {
Client_Task.cpp
@@ -24,6 +26,7 @@ project(*Admin): messaging, taoserver {
idlflags -= -Sc
idlflags += -GC
exename = admin
+ requires += ami
Source_Files {
AMI_Buffering_Admin.cpp