From 05b28f8685002e1304da8c21f96a80a5841e0dcd Mon Sep 17 00:00:00 2001 From: Chris Cleeland Date: Tue, 16 Sep 2003 16:28:57 +0000 Subject: Tue Sep 16 12:23:45 2003 Chris Cleeland --- TAO/ChangeLog | 6 ++++++ TAO/tao/Utils/Utils.mpc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * tao/Utils/Utils.mpc: + + Corrected dependency on PortableServer library. + Mon Sep 15 16:03:25 MST 2003 Trevor Fields * 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 -- cgit v1.2.1