aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-25 10:33:44 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-25 10:33:44 +0800
commite0dfedddffb8cb56b74318692d01ccf0a7d57ad7 (patch)
tree23ae7986c7d83c5c012df58b4578e5ee35a547d3
parentfc69e596cc52aca862407cab4cb13f26876c6805 (diff)
downloadgsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar
gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.gz
gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.bz2
gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.lz
gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.xz
gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.tar.zst
gsoc2013-evolution-e0dfedddffb8cb56b74318692d01ccf0a7d57ad7.zip
Get the "default-mailer" plugin working again.
-rw-r--r--configure.ac3
-rw-r--r--plugins/default-mailer/Makefile.am2
2 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f4208e86c0..11b1ffaaca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1790,13 +1790,12 @@ plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS
all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments"
dnl Temporary KILL-BONOBO hack
-enable_plugins="attachment-reminder addressbook-file audio-inline bbdb bogo-junk-plugin caldav calendar-file calendar-http default-source external-editor google-account-setup hula-account-setup imap-features mail-notification mark-all-read plugin-manager profiler sa-junk-plugin save-calendar subject-thread $TNEF_ATTACHMENTS vcard-inline webdav-account-setup"
+enable_plugins="attachment-reminder addressbook-file audio-inline bbdb bogo-junk-plugin caldav calendar-file calendar-http default-mailer default-source external-editor google-account-setup hula-account-setup imap-features mail-notification mark-all-read plugin-manager profiler sa-junk-plugin save-calendar subject-thread $TNEF_ATTACHMENTS vcard-inline webdav-account-setup"
dnl PLUGINS NOT BUILDING YET
dnl ------------------------
dnl backup-restore
dnl calendar-weather
-dnl default-mailer
dnl email-custom-header
dnl exchange-operations
dnl face
diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am
index 78766909c5..d54107f973 100644
--- a/plugins/default-mailer/Makefile.am
+++ b/plugins/default-mailer/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
- -I$(top_builddir)/shell \
+ -I$(top_srcdir)/widgets \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@