diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-01-20 23:43:52 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-01-20 23:43:52 +0800 |
commit | a7f9e241e7483e125921ad10b5aaa01ddbc85b52 (patch) | |
tree | 207f9d92366be0709c3c71521430db9e210e9a35 /configure.in | |
parent | b89afbe3669dbbb0d67e29bce93c6991e199c1e0 (diff) | |
download | gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.gz gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.tar.zst gsoc2013-evolution-a7f9e241e7483e125921ad10b5aaa01ddbc85b52.zip |
added a plugin for displaying the groupwise status tracking options
2005-01-20 Parthasarathi Susarla <sparthasarathi@novell.com>
* configure.in : added a plugin for displaying the
groupwise status tracking options
svn path=/trunk/; revision=28465
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 079ae837bf..da003f0dc9 100644 --- a/configure.in +++ b/configure.in @@ -1333,8 +1333,8 @@ 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" -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" +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" +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" case x"$enable_plugins" in xno) @@ -1573,6 +1573,7 @@ plugins/backup-restore/Makefile plugins/shared-folder/Makefile plugins/groupwise-send-options/Makefile plugins/exchange-account-setup/Makefile +plugins/groupwise-status-tracking/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile |