aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \