aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog2
-rw-r--r--shell/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e988d0ead2..445ee3f8b9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,7 @@
2001-06-18 Dan Winship <danw@ximian.com>
+ * Makefile.am (evolution_LDADD): Remove DB3_LDADD
+
* e-shell-view-menu.c: Fix the help URLs
2001-06-13 Not Zed <NotZed@Ximian.com>
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 3aabed341a..2dcbcb2496 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -148,7 +148,6 @@ evolution_SOURCES = \
evolution_LDADD = \
libeshell.la \
importer/libevolution-importer.la \
- $(DB3_LDADD) \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(top_builddir)/e-util/libeutil.la \
$(EXTRA_GNOME_LIBS) \