diff options
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index ba4dc91d59..42fec42f49 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -77,6 +77,8 @@ evolution_mail_SOURCES = \ mail-mlist-magic.h \ mail-mt.c \ mail-mt.h \ + mail-offline-handler.c \ + mail-offline-handler.h \ mail-ops.c \ mail-ops.h \ mail-search.c \ @@ -104,11 +106,11 @@ evolution_mail_SOURCES = \ mail.h evolution_mail_LDADD = \ + $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.a \ $(top_builddir)/composer/libcomposer.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/e-util/ename/libename.la \ $(top_builddir)/libibex/libibex.la \ $(top_builddir)/filter/libfilter.la \ |