aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in6
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 37190ad468..9a08e6435c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com>
+
+ * configure.in : add addressbook-groupwise plguin to the
+ plguin list
+
2005-01-26 Rodney Dawes <dobey@novell.com>
* configure.in: Add mail/default/pt/Makefile to AC_OUTPUT
diff --git a/configure.in b/configure.in
index 76223804c5..6f9b8823d0 100644
--- a/configure.in
+++ b/configure.in
@@ -1333,8 +1333,9 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=base)
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"
-plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore new-mail-notify groupwise-status-tracking default-source addressbook-file"
+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 addressbok-groupwise"
+
+plugins_all="bbdb subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-meeting mail-to-task folder-unsubscribe mark-calendar-offline audio-inline mailing-list-actions backup-restore new-mail-notify groupwise-status-tracking default-source addressbook-file addressbook-groupwise"
case x"$enable_plugins" in
xno)
@@ -1577,6 +1578,7 @@ plugins/exchange-account-setup/Makefile
plugins/groupwise-status-tracking/Makefile
plugins/default-source/Makefile
plugins/addressbook-file/Makefile
+plugins/addressbook-groupwise/Makefile
smime/Makefile
smime/lib/Makefile
smime/gui/Makefile