diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 2003-09-16 16:28:57 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 2003-09-16 16:28:57 +0000 |
commit | 05b28f8685002e1304da8c21f96a80a5841e0dcd (patch) | |
tree | 719eed13a9263b5501355858bd5350f8d891bf32 | |
parent | 7be150577a7bc4dd42c1df247f66ef0d9fc48538 (diff) | |
download | ATCD-05b28f8685002e1304da8c21f96a80a5841e0dcd.tar.gz |
Tue Sep 16 12:23:45 2003 Chris Cleeland <cleeland_c@ociweb.com>
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tao/Utils/Utils.mpc | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 3a1720e9fda..c60a808d6c0 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 16 12:23:45 2003 Chris Cleeland <cleeland_c@ociweb.com> + + * tao/Utils/Utils.mpc: + + Corrected dependency on PortableServer library. + Mon Sep 15 16:03:25 MST 2003 Trevor Fields <fields_t@ociweb.com> * tao/Utils/Utils.mpc: diff --git a/TAO/tao/Utils/Utils.mpc b/TAO/tao/Utils/Utils.mpc index a1115c4da41..0ff27bb5649 100644 --- a/TAO/tao/Utils/Utils.mpc +++ b/TAO/tao/Utils/Utils.mpc @@ -1,7 +1,7 @@ // $Id$ project : taolib, core { - after += TAO_PortableServer + after += PortableServer sharedname = TAO_Utils dynamicflags = TAO_UTILS_BUILD_DLL include_dir = tao/Utils |