summaryrefslogtreecommitdiff
path: root/TAO/utils/catior
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-09-09 12:45:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-09-09 12:45:11 +0000
commit30ce3034b85f1d8a63010e7b4b60c40365b87c4f (patch)
treeb43e7e8a159ead54a5a6d2852a9bf4b201037d13 /TAO/utils/catior
parent831a45e4fc7c0c40c43678ecb7e299756c1fa7aa (diff)
downloadATCD-30ce3034b85f1d8a63010e7b4b60c40365b87c4f.tar.gz
ChangeLogTag: Wed Sep 9 12:43:42 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/utils/catior')
-rw-r--r--TAO/utils/catior/catior.mpc7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/utils/catior/catior.mpc b/TAO/utils/catior/catior.mpc
index 08a3a2f539d..65b6f71fa6f 100644
--- a/TAO/utils/catior/catior.mpc
+++ b/TAO/utils/catior/catior.mpc
@@ -1,7 +1,10 @@
// $Id$
project(*lib): tao_output, rtcorba, install, messaging, ziop {
- sharedname = TAO_Catior
+ // This library used to be called TAO_Catior. But due to the 'vxtest'
+ // project type, it had to be renamed to avoid conflicting with the
+ // executable name.
+ sharedname = TAO_Catior_i
dynamicflags += CATIOR_BUILD_DLL
Source_Files {
@@ -13,7 +16,7 @@ project: namingexe, rtcorba, install, messaging, ziop {
exename = tao_catior
install = $(ACE_ROOT)/bin
after += *lib
- libs += TAO_Catior
+ libs += TAO_Catior_i
Source_Files {
catior.cpp