aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-06-19 04:11:27 +0800
committerDan Winship <danw@src.gnome.org>2001-06-19 04:11:27 +0800
commit464a51d294899ddd512eb3021c7208f58be7a915 (patch)
treefa2d98386c7bd9830660523207059ce16674df89
parentb6b3732f00ff08a5c8159d4292e02ded3afd75dc (diff)
downloadgsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.tar
gsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.tar.gz
gsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.tar.bz2
gsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.tar.lz
gsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.tar.xz
gsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.tar.zst
gsoc2013-evolution-464a51d294899ddd512eb3021c7208f58be7a915.zip
Remove DB3_LDADD
* Makefile.am (evolution_mail_LDADD): Remove DB3_LDADD svn path=/trunk/; revision=10276
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 816ed141dd..21d130358d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-18 Dan Winship <danw@ximian.com>
+
+ * Makefile.am (evolution_mail_LDADD): Remove DB3_LDADD
+
2001-06-18 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c: Change the drop-type "x-evolution-dnd" to
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 8597ca92bc..8d075b531c 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -100,7 +100,6 @@ evolution_mail_SOURCES = \
evolution_mail_LDADD = \
$(top_builddir)/camel/libcamel.la \
- $(DB3_LDADD) \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/composer/libcomposer.a \