aboutsummaryrefslogtreecommitdiffstats
path: root/wombat
diff options
context:
space:
mode:
Diffstat (limited to 'wombat')
-rw-r--r--wombat/ChangeLog4
-rw-r--r--wombat/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
index b9cf6592a6..1b735d4820 100644
--- a/wombat/ChangeLog
+++ b/wombat/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-29 Damon Chaplin <damon@ximian.com>
+
+ * Makefile.am (wombat_LDADD): use libical-evolution.la
+
2001-10-29 Chris Toshok <toshok@ximian.com>
* wombat.c (dump_backends): new function, ifdef'ed DEBUG_BACKENDS.
diff --git a/wombat/Makefile.am b/wombat/Makefile.am
index 2f1dea004c..d92dacadb4 100644
--- a/wombat/Makefile.am
+++ b/wombat/Makefile.am
@@ -33,7 +33,7 @@ wombat_LDADD = \
$(top_builddir)/e-util/ename/libename.la \
$(top_builddir)/calendar/pcs/libpcs.a \
$(top_builddir)/calendar/cal-util/libcal-util.la \
- $(top_builddir)/libical/src/libical/libical.la \
+ $(top_builddir)/libical/src/libical/libical-evolution.la \
$(top_builddir)/libversit/libversit.la \
$(top_builddir)/e-util/libedb3util.la \
$(top_builddir)/e-util/libeutil.la \