summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-15 03:01:30 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-15 03:01:30 +0000
commit6cf76d1bfa14408062fe6fea2eb167da23fbc17e (patch)
tree10c2686efdc5fbaa9d845a7849a991f9f48612b4
parent7ee64dbde2e8da84a06674ee63482393b60e7227 (diff)
downloadATCD-6cf76d1bfa14408062fe6fea2eb167da23fbc17e.tar.gz
ChangeLogTag:Tue Oct 14 21:54:07 2003 Nanbor Wang <nanbor@.cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--Makefile1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57fa771e655..c4f2ce76089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Oct 14 21:54:07 2003 Nanbor Wang <nanbor@.cs.wustl.edu>
+
+ * Makefile (CIAO_CORE_DIRS): Added Kokyu to the list of base
+ library for CIAO. Although CIAO doesn't depend on Kokyu, it is
+ needed to allow the compilation in orbsvcs/orbsvcs/ to run to
+ completion.
+
Tue Oct 14 23:21:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/OS.h:
diff --git a/Makefile b/Makefile
index 27f9311eec7..d2f57a9af60 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,7 @@ CIAO_CORE_DIRS= \
ace \
apps/gperf/src \
ACEXML \
+ Kokyu \
TAO/tao \
TAO/TAO_IDL \
TAO/orbsvcs/orbsvcs \