summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-04-12 21:00:11 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-04-12 21:00:11 +0000
commitecd7c583091486c8bd395b98ec78d12f99754680 (patch)
tree4ab9a79b9e61c03ae93cf63cb3fc46a06a272c98
parent9dad5b6f8931af84496dd823e55aa8e7da966af9 (diff)
downloadATCD-ecd7c583091486c8bd395b98ec78d12f99754680.tar.gz
Fri Apr 12 20:58:38 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/MPC/config/iortable.mpb2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f60891e2ce7..bf19692cab3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 12 20:58:38 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * MPC/config/iortable.mpb:
+
+ Add new base projects to satisfy static builds.
+
Fri Apr 12 18:16:42 UTC 2013 Adam Mitz <mitza@ociweb.com>
* orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
diff --git a/TAO/MPC/config/iortable.mpb b/TAO/MPC/config/iortable.mpb
index c8795c0d2b9..3a4756d4ca6 100644
--- a/TAO/MPC/config/iortable.mpb
+++ b/TAO/MPC/config/iortable.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : taolib {
+project : taolib, messaging, dynamicinterface {
after += IORTable
libs += TAO_IORTable
}