diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e3eaffa7f2..a8c0b7b8bb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2003-09-11 Dan Winship <danw@ximian.com> + + * cal-util/Makefile.am (privlib_LTLIBRARIES): Remove + libcal-util-static.la + + * cal-client/Makefile.am (noinst_LTLIBRARIES): Remove + libcal-client-static.la + + * conduits/calendar/Makefile.am (libecalendar_conduit_la_LIBADD): + use non-static libraries. The static ones were only needed for + libtool 1.3. + + * conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Likewise + + * gui/Makefile.am (IDL_GENERATED): Don't compile the calendar idl + here. It's already in libcal-client. + 2003-09-11 Frederic Crozat <fcrozat@mandrakesoft.com> * conduits/todo/Makefile.am: |