summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-05 19:55:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-05 19:55:20 +0000
commit0b6325ed054dd8cbd2c989bae0491965a196fd5f (patch)
tree0437ec07fc75ab4d9572b6a7599021211e57db0b
parent996713762642ee867419c986541ac91de8d643c2 (diff)
downloadATCD-0b6325ed054dd8cbd2c989bae0491965a196fd5f.tar.gz
ChangeLogTag:Wed Feb 5 11:54:22 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--Makefile.am6
3 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0355ac57474..9b17cc6e57c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 5 11:54:22 2003 Ossama Othman <ossama@uci.edu>
+
+ * Makefile.am:
+
+ Neglected to commit this file in the previous commit. Added
+ `apps' directory to the list of subdirectories.
+
Sat Feb 1 14:21:38 2003 Ossama Othman <ossama@uci.edu>
* configure.ac:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 0355ac57474..9b17cc6e57c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Wed Feb 5 11:54:22 2003 Ossama Othman <ossama@uci.edu>
+
+ * Makefile.am:
+
+ Neglected to commit this file in the previous commit. Added
+ `apps' directory to the list of subdirectories.
+
Sat Feb 1 14:21:38 2003 Ossama Othman <ossama@uci.edu>
* configure.ac:
diff --git a/Makefile.am b/Makefile.am
index 14c3fc96f4a..45645943b5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,10 +17,10 @@ man_MANS = ace-config.1
## Build the library directories first.
## The docs directory is currently handled by the "dist-hook" makefile target.
SUBDIRS = \
- ace
-## netsvcs \
+ ace \
+ apps
## tests \
-## apps \
+## netsvcs \
## man
##SUBDIRS = \