aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorVivek Jain <jvivek@novell.com>2005-05-19 21:54:49 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-05-19 21:54:49 +0800
commit00882d0d545184967e5c57fbe129fce1c49393b6 (patch)
tree9b226d6352d4a0d0335fda473c4b889412103cfa /configure.in
parent85488d7a979640e1ba8321090ebab64ec0b880a6 (diff)
downloadgsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.tar
gsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.tar.gz
gsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.tar.bz2
gsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.tar.lz
gsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.tar.xz
gsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.tar.zst
gsoc2013-evolution-00882d0d545184967e5c57fbe129fce1c49393b6.zip
add print-message plugin to base plugins and AC_OUTPUT
2005-05-19 Vivek Jain <jvivek@novell.com> * configure.in : add print-message plugin to base plugins and AC_OUTPUT svn path=/trunk/; revision=29390
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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