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 + * Makefile.am (evolution_LDADD): Remove DB3_LDADD + * e-shell-view-menu.c: Fix the help URLs 2001-06-13 Not Zed 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) \