summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-07 18:32:39 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-07 18:32:39 +0000
commit23a6916775f483f68f9535752f1761f9cbe30e09 (patch)
tree9df8f347e75c34cd1d3d26420f01c438a6464645
parent8acc9e5eb7305eca32dd2406686b74e37d4a46dd (diff)
downloadATCD-23a6916775f483f68f9535752f1761f9cbe30e09.tar.gz
ChangeLogTag: Thu Aug 7 13:29:22 2003 Venkita Subramonian <venkita@cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--Makefile6
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ba9daedf8..ab4438963ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 7 13:29:22 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * Makefile: Added Kokyu directory to DIRS and CLONE variables, so
+ that it is included as part of the autobuilds and release tar
+ ball. Thanks to Craig Rodrigues <crodrigu@bbn.com> for pointing
+ this out.
+
Thu Aug 7 12:43:05 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/templates/make.mpd:
diff --git a/Makefile b/Makefile
index 132f7713a14..9f1c95a1068 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ DIRS = ace \
apps \
examples \
performance-tests \
- websvcs
+ websvcs \
+ Kokyu
CLONE = Makefile \
ace \
@@ -36,7 +37,8 @@ CLONE = Makefile \
TAO \
tests \
websvcs \
- ACEXML
+ ACEXML \
+ Kokyu
#----------------------------------------------------------------------------
# Include macros and targets