diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:30 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2006-07-24 15:50:30 +0000 |
commit | 7a52d43a162b23d9e85e7b955e9b2c8e9caf550e (patch) | |
tree | 66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/protocols/ace/HTBP/HTBP.mpc | |
parent | 0e49389337be86641451a5c36c24bf742fe97523 (diff) | |
download | ATCD-7a52d43a162b23d9e85e7b955e9b2c8e9caf550e.tar.gz |
Repo restructuring
Diffstat (limited to 'ACE/protocols/ace/HTBP/HTBP.mpc')
-rw-r--r-- | ACE/protocols/ace/HTBP/HTBP.mpc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP.mpc b/ACE/protocols/ace/HTBP/HTBP.mpc new file mode 100644 index 00000000000..ada3fc8530d --- /dev/null +++ b/ACE/protocols/ace/HTBP/HTBP.mpc @@ -0,0 +1,12 @@ +// -*- MPC -*- +// $Id$ + +project(HTBP) : acelib, core { + avoids += ace_for_tao + sharedname = ACE_HTBP + dynamicflags = HTBP_BUILD_DLL + + Pkgconfig_Files { + ACE_HTBP.pc.in + } +} |