aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5df2aee73a..6edf64f9dc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-29 Damon Chaplin <damon@ximian.com>
+
+ * Makefile.am (evolution_LDADD): use libical-evolution.la
+
2001-10-29 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c (e_shell_view_construct): Ref the shell.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 2a2b847029..be6a3bea8a 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -178,7 +178,7 @@ evolution_LDADD = \
$(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.a \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
$(top_builddir)/e-util/libeutil.la \
- $(top_builddir)/libical/src/libical/libical.la \
+ $(top_builddir)/libical/src/libical/libical-evolution.la \
$(EXTRA_GNOME_LIBS) \
$(GNOME_PRINT_LIBS) \
$(GTKHTML_LIBS) \