aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-12-12 13:00:45 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-12-12 13:00:45 +0800
commite3088ae21f432b2edb8890923fa2d8e786db27f9 (patch)
treeb07f378a687811b7d9df698a857e4f5775e06d90 /calendar/ChangeLog
parent65b8297942f76723a795e9b5c1f02d4d3a6aa715 (diff)
downloadgsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar
gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar.gz
gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar.bz2
gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar.lz
gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar.xz
gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar.zst
gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.zip
More fixage - Federico
svn path=/trunk/; revision=6939
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7d66a7730d..30bd2bbd5c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
2000-12-11 Federico Mena Quintero <federico@helixcode.com>
+ * cal-util/Makefile.am (test_recur_LDADD): Link to the libical
+ shared library.
+
+ * cal-client/Makefile.am (client_test_LDADD): Likewise.
+
+ * conduits/calendar/Makefile.am (libecalendar_conduit_la_LIBADD):
+ Likewise.
+
+ * gui/Makefile.am (LINK_FLAGS): Likewise.
+
+2000-12-11 Federico Mena Quintero <federico@helixcode.com>
+
This is to make things work with libical 0.21helix1 and later.
Warnings remain because at last libical was constified; will take
care of those tomorrow.