diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-21 00:48:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-21 00:48:43 +0800 |
commit | 986f2ace070dfe610ffb7595e525a895d3a6fb43 (patch) | |
tree | ba2edc7f75f292ca7185749e2fd012893b6a7a30 /mail | |
parent | 893213be54fe28e3f80e133041ab2a11e20a719d (diff) | |
download | gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.gz gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.bz2 gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.lz gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.xz gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.tar.zst gsoc2013-evolution-986f2ace070dfe610ffb7595e525a895d3a6fb43.zip |
Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic
libraries, so they can be portably linked into the (shared library)
components. (Part 1 of N.)
svn path=/trunk/; revision=19971
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8dc01c71d5..1ff63f46f5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-02-20 Dan Winship <danw@ximian.com> + + * Makefile.am (libevolution_mail_la_LIBADD): + s/libemiscwidgets.a/libemiscwidgets.la/ and likewise for + libefilterbar + 2003-02-18 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mark_all_as_seen): Fixed a memory leak - make diff --git a/mail/Makefile.am b/mail/Makefile.am index a7d2d36f02..422fdba2f2 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -157,8 +157,8 @@ libevolution_mail_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/composer/libcomposer.a \ - $(top_builddir)/widgets/misc/libemiscwidgets.a \ - $(top_builddir)/widgets/misc/libefilterbar.a \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/widgets/misc/libefilterbar.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ $(top_builddir)/libversit/libversit.a \ $(top_builddir)/e-util/ename/libename.la \ |