From e89232e97e2e4a1e7e084ea32f9a078754e8ebfc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 31 Oct 2008 16:53:15 +0000 Subject: 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 --- mail/Makefile.am | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'mail/Makefile.am') 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 \ -- cgit