diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-01 00:53:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-01 00:53:15 +0800 |
commit | e89232e97e2e4a1e7e084ea32f9a078754e8ebfc (patch) | |
tree | 28715a0f90513c7e9149a86fb2da9f18ac131060 /mail | |
parent | 78fd379aa7c17c60c4b5fc07e5243b32ec4a2639 (diff) | |
download | gsoc2013-evolution-e89232e97e2e4a1e7e084ea32f9a078754e8ebfc.tar.gz gsoc2013-evolution-e89232e97e2e4a1e7e084ea32f9a078754e8ebfc.tar.zst gsoc2013-evolution-e89232e97e2e4a1e7e084ea32f9a078754e8ebfc.zip |
Get composer integration working with the rest of the modules, but man do
we have circular dependencies all over the place! Big house of cards.
svn path=/branches/kill-bonobo/; revision=36706
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile.am | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 5165e04527..2f44ada1ff 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -155,10 +155,14 @@ libevolution_module_mail_la_SOURCES = \ message-tag-followup,h libevolution_module_mail_la_LIBADD = \ - $(top_builddir)/composer/libcomposer.la \ - $(top_builddir)/mail/importers/libevolution-mail-importers.la \ + $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la + $(top_builddir)/composer/libcomposer.la \ + $(top_builddir)/widgets/table/libetable.la \ + $(top_builddir)/widgets/text/libetext.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ + $(top_builddir)/mail/importers/libevolution-mail-importers.la # plugin mail api #mailinclude_HEADERS = \ @@ -293,12 +297,6 @@ SMIME_LIBS = \ endif #libevolution_mail_la_LIBADD = \ -# $(top_builddir)/e-util/libeutil.la \ -# $(top_builddir)/shell/libeshell.la \ -# $(top_builddir)/composer/libcomposer.la \ -# $(top_builddir)/widgets/table/libetable.la \ -# $(top_builddir)/widgets/text/libetext.la \ -# $(top_builddir)/widgets/misc/libemiscwidgets.la \ # $(top_builddir)/widgets/misc/libefilterbar.la \ # $(top_builddir)/filter/libfilter.la \ # $(top_builddir)/widgets/menus/libmenus.la \ |