summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-01 20:41:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-01 20:41:23 +0000
commit8fb236b82ce0e1cc5910d2c5eb3a12dedcfea649 (patch)
tree056ef56f853ec530b97f8727588a4616715095d1
parent0ca2af8f77e381479057b895634543810e991b63 (diff)
downloadATCD-8fb236b82ce0e1cc5910d2c5eb3a12dedcfea649.tar.gz
ChangeLogTag:Sat Feb 1 12:40:11 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--ace/Makefile.am3
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 16670a311f3..479b8d3681a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Feb 1 12:40:11 2003 Ossama Othman <ossama@uci.edu>
+
+ * ace/Makefile.am (libACE_Utils_la_SOURCES):
+
+ Removed duplicate "Filecache.cpp" entry. Fixes "multiple
+ definition of symbol" errors at link-time.
+
Sat Feb 1 12:24:11 2003 Ossama Othman <ossama@uci.edu>
* configure.ac:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 16670a311f3..479b8d3681a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Sat Feb 1 12:40:11 2003 Ossama Othman <ossama@uci.edu>
+
+ * ace/Makefile.am (libACE_Utils_la_SOURCES):
+
+ Removed duplicate "Filecache.cpp" entry. Fixes "multiple
+ definition of symbol" errors at link-time.
+
Sat Feb 1 12:24:11 2003 Ossama Othman <ossama@uci.edu>
* configure.ac:
diff --git a/ace/Makefile.am b/ace/Makefile.am
index a68611c520b..07bd10ca1b3 100644
--- a/ace/Makefile.am
+++ b/ace/Makefile.am
@@ -198,8 +198,7 @@ libACE_Utils_la_SOURCES = \
String_Base_Const.cpp \
SString.cpp \
Stats.cpp \
- Sample_History.cpp \
- Filecache.cpp
+ Sample_History.cpp
libACE_Logging_la_SOURCES = \
Dump.cpp \