summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-12 14:49:02 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-04-12 14:49:02 +0000
commita2dd5f907273d7561f3ccac51d7fffc8bb4b6893 (patch)
tree3aa15ac6b259e8a2d4470b75b7b96034f1029bc6
parentb7301b097104f01e41141cbc12e553db2ce68195 (diff)
downloadATCD-a2dd5f907273d7561f3ccac51d7fffc8bb4b6893.tar.gz
Wed Apr 12 14:48:38 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ChangeLog6
-rw-r--r--bin/MakeProjectCreator/config/ciao_component_dnc.mpb2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 247cb5f0811..db6d4ae6bd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 12 14:48:38 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * bin/MakeProjectCreator/config/ciao_component_dnc.mpb
+
+ Fixes for linking errors in OS X.
+
Tue Apr 11 20:06:12 2006 Douglas C. Schmidt <schmidt@cse.wustl.edu>
* ace/OS_NS_stdio.inl (rewind): Replaced SetFilePointer() with
diff --git a/bin/MakeProjectCreator/config/ciao_component_dnc.mpb b/bin/MakeProjectCreator/config/ciao_component_dnc.mpb
index 7875cd5d088..9cabf46cf83 100644
--- a/bin/MakeProjectCreator/config/ciao_component_dnc.mpb
+++ b/bin/MakeProjectCreator/config/ciao_component_dnc.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : portableserver, ciao_client_dnc {
+project : portableserver, ciao_server_dnc, ciao_events_dnc {
after += CIAO_DnC_Container
libs += CIAO_DnC_Container
}