summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/AMI.mpc')
-rw-r--r--TAO/tests/AMI/AMI.mpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/AMI/AMI.mpc b/TAO/tests/AMI/AMI.mpc
index 606c5be67a2..694a3a5d5e9 100644
--- a/TAO/tests/AMI/AMI.mpc
+++ b/TAO/tests/AMI/AMI.mpc
@@ -1,6 +1,7 @@
project: messaging {
idlflags -= -Sc
idlflags += -GC
+ requires += ami
Source_Files {
ami_test_i.cpp
@@ -12,6 +13,7 @@ project(client): messaging {
exename = client
idlflags -= -Sc
idlflags += -GC
+ requires += ami
Source_Files {
client.cpp
@@ -22,6 +24,7 @@ project(simple_client): messaging {
exename = simple_client
idlflags -= -Sc
idlflags += -GC
+ requires += ami
Source_Files {
simple_client.cpp