diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-22 05:24:34 +0800 |
commit | d40f089a706484364ceb499d6bb4f6d823b92b09 (patch) | |
tree | 2a467c1fcafe9828b96fc82de3c8d115e1234aa7 /calendar/ChangeLog | |
parent | 80906889c2d0c7db9a69ca5d2e3a7657effd311b (diff) | |
download | gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.gz gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.tar.zst gsoc2013-evolution-d40f089a706484364ceb499d6bb4f6d823b92b09.zip |
Make libversit a shared library, update stuff for that, and clean up
some LDADDs in the process
svn path=/trunk/; revision=19994
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 558c3d7f01..e33e63aa2b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2003-02-21 Dan Winship <danw@ximian.com> + + * cal-client/Makefile.am (libcal_client_la_LIBADD): depend on + libcal-util, libwombat, and libeutil + (client_test_LDADD): Remove those deps from here + + * cal-util/Makefile.am (libcal_util_la_LIBADD): depend on + libical-evolution.la + (test_recur_LDADD): Remove that dependency here (and an ancient + libversit dependency). + + * gui/alarm-notify/Makefile.am (evolution_alarm_notify_LDADD): + remove some deps + + * gui/Makefile.am (libevolution_calendar_la_LIBADD): Likewise. + 2003-02-20 Hans Petter Jansson <hpj@ximian.com> * gui/apps_evolution_calendar.schemas: Add GConf schemas. |