diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2008-03-04 14:51:23 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2008-03-04 14:51:23 +0000 |
commit | 99aa8c60282c7b8072eb35eb9ac815702f5bf586 (patch) | |
tree | bda96bf8c3a4c2875a083d7b16720533c8ffeaf4 /ACE/protocols/ace/RMCast/RMCast.mpc | |
parent | c4078c377d74290ebe4e66da0b4975da91732376 (diff) | |
download | ATCD-99aa8c60282c7b8072eb35eb9ac815702f5bf586.tar.gz |
undoing accidental deletion
Diffstat (limited to 'ACE/protocols/ace/RMCast/RMCast.mpc')
-rw-r--r-- | ACE/protocols/ace/RMCast/RMCast.mpc | 12 |
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..de7da3ddda5 --- /dev/null +++ b/ACE/protocols/ace/RMCast/RMCast.mpc @@ -0,0 +1,12 @@ +// -*- MPC -*- +// $Id$ + +project(RMCast) : acelib, ace_output, install, threads { + avoids = ace_for_tao + sharedname = ACE_RMCast + dynamicflags = ACE_RMCAST_BUILD_DLL + + Pkgconfig_Files { + ACE_RMCast.pc.in + } +} |