diff options
author | Miguel de Icaza <miguel@gnu.org> | 2001-01-18 13:25:02 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-18 13:25:02 +0800 |
commit | d3781819c3243711edc60d5fdaf24c8c88a62c23 (patch) | |
tree | d63f9746fe2fcddba6f18803fa42377f32dda18a /mail/Makefile.am | |
parent | 6550161230f4e8d6b458f15036d85d004d894bb4 (diff) | |
download | gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.tar gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.tar.gz gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.tar.bz2 gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.tar.lz gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.tar.xz gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.tar.zst gsoc2013-evolution-d3781819c3243711edc60d5fdaf24c8c88a62c23.zip |
Use static libcomposer.a here instead of the libtoolized one.
2001-01-12 Miguel de Icaza <miguel@gnu.org>
* Makefile.am (evolution_mail_LDADD): Use static libcomposer.a
here instead of the libtoolized one.
svn path=/trunk/; revision=7613
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 172a6e619e..af0fb7a073 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -100,7 +100,7 @@ evolution_mail_SOURCES = \ evolution_mail_LDADD = \ $(top_builddir)/shell/libeshell.a \ - $(top_builddir)/composer/libcomposer.la \ + $(top_builddir)/composer/libcomposer.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(CAMEL_OBJS_EXTRA) \ $(top_builddir)/camel/libcamel.la \ |