From a58c7b50e9a4b2d03763eff154b47a47e3398d11 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Sat, 26 May 2001 04:59:00 +0000 Subject: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams * gui/component/Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams * gui/Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams * component/Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams * Makefile.am: Reference libeshell.la instead of libeshell.a. 2001-05-25 Peter Williams * Makefile.am: Change libeshell from a noinst_LIBRARIES to a lib_LTLIBRARIES. Install its headers in $includedir/evolution/shell. * evolution-storage.c (safe_corba_string): New, copy of e_safe_corba_string in libeutil. This way libeshell doesn't have a missing symbol when programs that don't have libeutil link to it. (evolution_storage_register): s,e_safe_corba_string,safe_corba_string,g. svn path=/trunk/; revision=10007 --- mail/ChangeLog | 4 ++++ mail/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index e675707991..a5a1b9d628 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-05-25 Peter Williams + + * Makefile.am: Reference libeshell.la instead of libeshell.a. + 2001-05-25 Jeffrey Stedfast * folder-browser-factory.c (control_activate): Disable Resend on diff --git a/mail/Makefile.am b/mail/Makefile.am index ce4e10d621..efb646be08 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -102,7 +102,7 @@ evolution_mail_SOURCES = \ evolution_mail_LDADD = \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/shell/libeshell.a \ + $(top_builddir)/shell/libeshell.la \ $(top_builddir)/composer/libcomposer.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/camel/libcamel.la \ -- cgit