diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-12-12 13:00:45 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-12-12 13:00:45 +0800 |
commit | e3088ae21f432b2edb8890923fa2d8e786db27f9 (patch) | |
tree | b07f378a687811b7d9df698a857e4f5775e06d90 /calendar/ChangeLog | |
parent | 65b8297942f76723a795e9b5c1f02d4d3a6aa715 (diff) | |
download | gsoc2013-evolution-e3088ae21f432b2edb8890923fa2d8e786db27f9.tar.gz 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/ChangeLog | 12 |
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. |