diff options
author | Dan Winship <danw@src.gnome.org> | 2003-09-01 14:15:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-09-01 14:15:35 +0800 |
commit | 9a763746ccd9f51e37fba2ee8e68eec17622534d (patch) | |
tree | f03002e1ab4c812bdd8e28ec2086cc517210520e /calendar/ChangeLog | |
parent | 1537b6f23ccbdc036fef37b94936e989cde4b797 (diff) | |
download | gsoc2013-evolution-9a763746ccd9f51e37fba2ee8e68eec17622534d.tar.gz gsoc2013-evolution-9a763746ccd9f51e37fba2ee8e68eec17622534d.tar.zst gsoc2013-evolution-9a763746ccd9f51e37fba2ee8e68eec17622534d.zip |
Remove libcal-util-static.la
* 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.
svn path=/trunk/; revision=22430
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: |