summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/RMCast/RMCast.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/RMCast/RMCast.mpc')
-rw-r--r--ACE/protocols/tests/RMCast/RMCast.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/protocols/tests/RMCast/RMCast.mpc b/ACE/protocols/tests/RMCast/RMCast.mpc
index 12bd8174c4b..897e1611b71 100644
--- a/ACE/protocols/tests/RMCast/RMCast.mpc
+++ b/ACE/protocols/tests/RMCast/RMCast.mpc
@@ -1,13 +1,13 @@
// -*- MPC -*-
// $Id$
-project(*Sender) : aceexe, exceptions, rmcast {
+project(*Sender) : aceexe, rmcast {
exename = sender
Source_Files {
Sender.cpp
}
}
-project(*Receiver) : aceexe, exceptions, rmcast {
+project(*Receiver) : aceexe, rmcast {
exename = receiver
Source_Files {
Receiver.cpp