diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-15 00:33:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-15 00:33:01 +0800 |
commit | c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc (patch) | |
tree | c4ea3e5aaba5bd4ea50994c72e63527c1febb533 | |
parent | 31ee17bdb1632d36dbb151141ea532d185c9d282 (diff) | |
download | gsoc2013-evolution-c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc.tar.gz gsoc2013-evolution-c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc.tar.zst gsoc2013-evolution-c3471bfaaad0a94b6f05b678c1eacbc55e72e2dc.zip |
There we go... that's more like it.
svn path=/branches/kill-bonobo/; revision=36784
-rw-r--r-- | calendar/modules/Makefile.am | 1 | ||||
-rw-r--r-- | composer/e-msg-composer.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/calendar/modules/Makefile.am b/calendar/modules/Makefile.am index 4e98e416c5..7b2e636eac 100644 --- a/calendar/modules/Makefile.am +++ b/calendar/modules/Makefile.am @@ -68,6 +68,7 @@ libevolution_module_calendars_la_LIBADD = \ $(WIN32_BOOTSTRAP_LIBS) \ $(top_builddir)/shell/libeshell.la \ $(top_builddir)/calendar/gui/libcal-gui.la \ + $(top_builddir)/mail/libevolution-module-mail.la \ $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la libevolution_module_memos_la_LIBADD = \ diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 36b6479fbf..6f1b10d7d4 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -67,7 +67,6 @@ #include "e-util/e-plugin-ui.h" #include "e-util/e-util-private.h" #include "e-util/e-util.h" -#include <mail/em-event.h> #include "e-signature-combo-box.h" #include "shell/e-shell.h" @@ -87,12 +86,10 @@ #endif #include "mail/em-composer-utils.h" -#include "mail/em-menu.h" #include "mail/em-popup.h" #include "mail/em-utils.h" #include "mail/mail-config.h" #include "mail/mail-crypto.h" -#include "mail/mail-mt.h" #include "mail/mail-ops.h" #include "mail/mail-tools.h" |