diff options
author | Vivek Jain <jvivek@novell.com> | 2005-05-23 17:52:57 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-05-23 17:52:57 +0800 |
commit | ef293bbfa5f0176d74b0435d7f331d2766612dc7 (patch) | |
tree | e27d5c13267a7758833adbdd958f0d3a89827f62 /configure.in | |
parent | 128075a77ebc9e1b21a1e50947ee0a5bb4dea8ca (diff) | |
download | gsoc2013-evolution-ef293bbfa5f0176d74b0435d7f331d2766612dc7.tar.gz gsoc2013-evolution-ef293bbfa5f0176d74b0435d7f331d2766612dc7.tar.zst gsoc2013-evolution-ef293bbfa5f0176d74b0435d7f331d2766612dc7.zip |
Removed the entries of groupwise-account-setup shared-folder
2005-05-23 Vivek Jain <jvivek@novell.com>
* configure.in : Removed the entries of
groupwise-account-setup
shared-folder
groupwise-send-options
groupwise-status-tacking
send-options
addressbook-groupwise
from AC_OUTPUT and base plugins and added
consolidated 'groupwise-features' plugin to base plugins and
AC_OUTPUT
svn path=/trunk/; revision=29401
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 377abcf581..e13b6863a4 100644 --- a/configure.in +++ b/configure.in @@ -1342,7 +1342,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/base/all/experimental/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=all) dnl Add any new plugins here -plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup itip-formatter plugin-manager send-options shared-folder groupwise-send-options exchange-account-setup groupwise-status-tracking default-source addressbook-file addressbook-groupwise startup-wizard print-message mark-all-read" +plugins_base="calendar-file calendar-http calendar-weather itip-formatter plugin-manager exchange-account-setup default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features" plugins_standard="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task mark-calendar-offline audio-inline mailing-list-actions new-mail-notify" @@ -1584,7 +1584,6 @@ mail/default/pt/Makefile mail/importers/Makefile plugins/Makefile plugins/mark-all-read/Makefile -plugins/send-options/Makefile plugins/calendar-file/Makefile plugins/calendar-http/Makefile plugins/calendar-weather/Makefile @@ -1606,17 +1605,13 @@ plugins/copy-tool/Makefile plugins/folder-unsubscribe/Makefile plugins/mailing-list-actions/Makefile plugins/itip-formatter/Makefile -plugins/groupwise-account-setup/Makefile plugins/backup-restore/Makefile -plugins/shared-folder/Makefile -plugins/groupwise-send-options/Makefile plugins/exchange-account-setup/Makefile -plugins/groupwise-status-tracking/Makefile plugins/default-source/Makefile plugins/addressbook-file/Makefile -plugins/addressbook-groupwise/Makefile plugins/startup-wizard/Makefile plugins/print-message/Makefile +plugins/groupwise-features/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile |