From 214f3a8038667a7bf75c379b91a8a687095d4d05 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 9 Nov 2009 19:11:03 -0500 Subject: =?UTF-8?q?Bug=C2=A0600926=20-=20Fails=20to=20build=20due=20to=20m?= =?UTF-8?q?issing=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/mail/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/mail/Makefile.am') diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index 8599a69100..d3e1ef7c2b 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -49,16 +49,20 @@ libevolution_module_mail_la_SOURCES = \ libevolution_module_mail_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/em-format/libemformat.la \ + $(top_builddir)/filter/libfilter.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/menus/libmenus.la \ $(top_builddir)/mail/libevolution-mail.la \ $(top_builddir)/mail/importers/libevolution-mail-importers.la \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/widgets/menus/libmenus.la \ $(top_builddir)/filter/libfilter.la \ + $(EVOLUTION_MAIL_LIBS) \ $(GNOME_PLATFORM_LIBS) \ $(CAMEL_LIBS) \ $(GTKHTML_LIBS) \ -- cgit v1.2.3