summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast/RMCast.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/RMCast/RMCast.mpc')
-rw-r--r--ACE/protocols/ace/RMCast/RMCast.mpc12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/protocols/ace/RMCast/RMCast.mpc b/ACE/protocols/ace/RMCast/RMCast.mpc
new file mode 100644
index 00000000000..f77bd4d942c
--- /dev/null
+++ b/ACE/protocols/ace/RMCast/RMCast.mpc
@@ -0,0 +1,12 @@
+// -*- MPC -*-
+// $Id$
+
+project(RMCast) : acelib, core, threads {
+ avoids = ace_for_tao
+ sharedname = ACE_RMCast
+ dynamicflags = ACE_RMCAST_BUILD_DLL
+
+ Pkgconfig_Files {
+ ACE_RMCast.pc.in
+ }
+}