From ae8d6437906a7ae68c80546c54e1b27b5be3caa5 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 19 Dec 2005 11:23:11 +0000 Subject: Committing the calendar publishing patch. svn path=/trunk/; revision=30876 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6bc846810d..56aa2e6bc7 100644 --- a/configure.in +++ b/configure.in @@ -1394,7 +1394,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_always="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features groupwise-account-setup hula-account-setup mail-account-disable" +plugins_base_always="calendar-file calendar-http calendar-weather itip-formatter plugin-manager default-source addressbook-file startup-wizard print-message mark-all-read groupwise-features groupwise-account-setup hula-account-setup mail-account-disable publish-calendar" plugins_base="$plugins_base_always $SA_JUNK_PLUGIN $EXCHANGE_PLUGIN $MONO_PLUGIN" all_plugins_base="$plugins_base_always sa-junk-plugin exchange-operations mono" @@ -1702,6 +1702,7 @@ plugins/groupwise-features/Makefile plugins/mail-account-disable/Makefile plugins/sa-junk-plugin/Makefile plugins/ipod-sync/Makefile +plugins/publish-calendar/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile -- cgit