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 /composer/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 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 8166697276..174d502b86 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -62,10 +62,7 @@ libcomposer_la_LIBADD = \ $(top_builddir)/em-format/libemformat.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \ $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \ - $(GNOME_PLATFORM_LIBS) \ - $(CAMEL_LIBS) \ - $(GTKHTML_LIBS) \ - $(E_WIDGETS_LIBS) + $(EVOLUTION_MAIL_LIBS) uidir = $(evolutionuidir) ui_DATA = evolution-composer.ui |