diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2005-01-29 21:15:33 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2005-01-29 21:15:33 +0800 |
commit | 56bdd960ee8d26921b237b00ebeed792805fb25a (patch) | |
tree | b042944277299ead11b06180289ba7c9233ac5b0 /configure.in | |
parent | 59f5a62601bde0f021a97ffabaa39ffacd72b3af (diff) | |
download | gsoc2013-evolution-56bdd960ee8d26921b237b00ebeed792805fb25a.tar.gz gsoc2013-evolution-56bdd960ee8d26921b237b00ebeed792805fb25a.tar.zst gsoc2013-evolution-56bdd960ee8d26921b237b00ebeed792805fb25a.zip |
add addressbook-groupwise plguin to the plguin list
2005-01-29 Sivaiah Nallagatla <snallagatla@novell.com>
* configure.in : add addressbook-groupwise plguin to the
plguin list
svn path=/trunk/; revision=28614
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 |