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 /plugins/email-custom-header | |
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 'plugins/email-custom-header')
-rw-r--r-- | plugins/email-custom-header/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/email-custom-header/Makefile.am b/plugins/email-custom-header/Makefile.am index 9e827eba8a..d38ac68230 100644 --- a/plugins/email-custom-header/Makefile.am +++ b/plugins/email-custom-header/Makefile.am @@ -23,6 +23,7 @@ liborg_gnome_email_custom_header_la_SOURCES = \ liborg_gnome_email_custom_header_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/composer/libcomposer.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/mail/libevolution-mail.la \ $(GNOME_PLATFORM_LIBS) \ |