diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-11-10 08:11:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-10 08:11:03 +0800 |
commit | 214f3a8038667a7bf75c379b91a8a687095d4d05 (patch) | |
tree | dcedfc9b7dd646b841f2cc20a332d21cf20249cb /mail/Makefile.am | |
parent | 950401c29d9c449043cabf43c0568daa9af6f624 (diff) | |
download | gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.gz gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.tar.zst gsoc2013-evolution-214f3a8038667a7bf75c379b91a8a687095d4d05.zip |
BugĀ 600926 - Fails to build due to missing dependencies
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 a59061fc45..7f284e96e2 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -168,7 +168,9 @@ libevolution_mail_la_LIBADD = \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/filter/libfilter.la \ $(GNOME_PLATFORM_LIBS) \ - $(CAMEL_LIBS) \ + $(EVOLUTION_MAIL_LIBS) \ + $(CERT_UI_LIBS) \ + $(THREADS_LIBS) \ $(CANBERRA_LIBS) \ $(GTKHTML_LIBS) \ $(E_WIDGETS_LIBS) \ |