summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-25 12:04:12 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-01-25 12:04:12 +0000
commitfab327513085bd70c07cda476b2d49bfc6c48a8f (patch)
treea7fb3133e37ede73d604bc1bcfadda13d692bca7 /TAO/MPC
parent5fdc6b369ed82faaf957bdca6f066e430206cd4a (diff)
downloadATCD-fab327513085bd70c07cda476b2d49bfc6c48a8f.tar.gz
Wed Jan 25 11:57:00 UTC 2012 Simon Massey <simon dot massey at prismtech dot com>
* MPC/config/bzip2compressor.mpb: Fixed typo in after += Bzip22Compressor, should be Bzip2Compressor.
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/bzip2compressor.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/MPC/config/bzip2compressor.mpb b/TAO/MPC/config/bzip2compressor.mpb
index c3f7020dc70..70b25d01a17 100644
--- a/TAO/MPC/config/bzip2compressor.mpb
+++ b/TAO/MPC/config/bzip2compressor.mpb
@@ -3,6 +3,6 @@
project : taolib, compression, bzip2 {
requires += bzip2
- after += Bzip22Compressor
+ after += Bzip2Compressor
libs += TAO_Bzip2Compressor
}