diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-01 06:05:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-01 06:05:21 +0800 |
commit | b639d1ed02e9788d98f2a202fc53105ff4bc4387 (patch) | |
tree | b430925158d408523ce19ddf1430840fb59a2c68 | |
parent | 20c9b4459541ad43ed0f0197e6468d6064300d77 (diff) | |
download | gsoc2013-evolution-b639d1ed02e9788d98f2a202fc53105ff4bc4387.tar.gz gsoc2013-evolution-b639d1ed02e9788d98f2a202fc53105ff4bc4387.tar.zst gsoc2013-evolution-b639d1ed02e9788d98f2a202fc53105ff4bc4387.zip |
See which plugins compile and enable those that do. Looks like about
half right now; many of which are failing simply because I haven't done
the Mail module yet. Many of those that DO compile still need to be
converted from EMenu/EPopup to EPluginUI.
svn path=/branches/kill-bonobo/; revision=36509
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.in | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 02f1a161f6..c1f66cc831 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ SUBDIRS = \ addressbook \ calendar \ art \ + plugins \ doc \ ui \ views \ diff --git a/configure.in b/configure.in index 0a02d9321f..ecbfc88169 100644 --- a/configure.in +++ b/configure.in @@ -1744,6 +1744,35 @@ plugins_experimental_always="folder-unsubscribe mail-to-meeting save-attachments plugins_experimental="$plugins_experimental_always $IPOD_SYNC $TNEF_ATTACHMENTS $PYTHON_PLUGIN" all_plugins_experimental="$plugins_experimental_always ipod-sync tnef-attachments" +dnl Temporary KILL-BONOBO hack +enable_plugins="addressbook-file audio-inline bbdb bogo-junk-plugin caldav calendar-file calendar-http copy-tool default-source external-editor google-account-setup hula-account-setup imap-features mail-notification mail-to-meeting mark-calendar-offline profiler sa-junk-plugin save-attachments save-calendar select-one-source subject-thread tnef-attachments webdav-account-setup" + +dnl PLUGINS NOT BUILDING YET +dnl ------------------------ +dnl attachment-reminder +dnl backup-restore +dnl calendar-weather +dnl default-mailer +dnl email-custom-header +dnl exchange-operations +dnl face +dnl folder-unsubscribe +dnl groupwise-features +dnl import-ics-attachments +dnl ipod-sync +dnl itip-formatter +dnl mail-account-disable +dnl mailing-list-actions +dnl mail-to-task +dnl mark-all-read +dnl mono +dnl plugin-manager +dnl prefer-plain +dnl publish-calendar +dnl python +dnl startup-wizard +dnl templates + case x"$enable_plugins" in xno) plugins_enabled="" |