From 00882d0d545184967e5c57fbe129fce1c49393b6 Mon Sep 17 00:00:00 2001 From: Vivek Jain Date: Thu, 19 May 2005 13:54:49 +0000 Subject: add print-message plugin to base plugins and AC_OUTPUT 2005-05-19 Vivek Jain * configure.in : add print-message plugin to base plugins and AC_OUTPUT svn path=/trunk/; revision=29390 --- ChangeLog | 5 +++++ configure.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4cc18fb767..13595d387d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-19 Vivek Jain + + * configure.in : add print-message plugin to base plugins and + AC_OUTPUT + 2005-05-18 Harish Krishnaswamy * configure.in : Bump version diff --git a/configure.in b/configure.in index ac5d43af3e..5331907bfd 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" +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" 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" @@ -1615,6 +1615,7 @@ plugins/default-source/Makefile plugins/addressbook-file/Makefile plugins/addressbook-groupwise/Makefile plugins/startup-wizard/Makefile +plugins/print-message/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile -- cgit v1.2.3