diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-04 02:43:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-04 02:43:25 +0800 |
commit | a7e7ed91764d6b16f6e85f06d42fb0d68a1d2ee7 (patch) | |
tree | 7901038dce2b0f114f13bca59bbc357b37be93a5 /configure.in | |
parent | 9e247f541c8ed5fc2eca5cf1c1a521c33964483c (diff) | |
download | gsoc2013-evolution-a7e7ed91764d6b16f6e85f06d42fb0d68a1d2ee7.tar.gz gsoc2013-evolution-a7e7ed91764d6b16f6e85f06d42fb0d68a1d2ee7.tar.zst gsoc2013-evolution-a7e7ed91764d6b16f6e85f06d42fb0d68a1d2ee7.zip |
add itip-formatter to the "all" list, its not ready to be in the base yet
2005-01-03 JP Rosevear <jpr@novell.com>
* configure.in: add itip-formatter to the "all" list, its not
ready to be in the base yet though
svn path=/trunk/; revision=28219
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 3799f35d56..25e340070f 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-http groupwise-account-setup plugin-manager" -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 groupwise-account-setup" +plugins_base="calendar-http groupwise-account-setup plugin-manager backup-restore" +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 groupwise-account-setup itip-formatter backup-restore itip-formatter" case x"$enable_plugins" in xno) @@ -1549,7 +1549,9 @@ plugins/prefer-plain/Makefile plugins/copy-tool/Makefile plugins/folder-unsubscribe/Makefile plugins/mailing-list-actions/Makefile +plugins/itip-formatter/Makefile plugins/groupwise-account-setup/Makefile +plugins/backup-restore/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile |