diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-25 12:24:39 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-25 12:24:39 +0800 |
commit | 20502ed6dc8e987691afce39157df3be152fd3fa (patch) | |
tree | 52fb63df20701efdc52094ca0e3c183d06ae4aff /configure.in | |
parent | 6c31be81b1043a9cd22c380b5103b11feaa77441 (diff) | |
download | gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.gz gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.tar.zst gsoc2013-evolution-20502ed6dc8e987691afce39157df3be152fd3fa.zip |
Added mark-calendar-offline plugin
svn path=/trunk/; revision=27710
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6481701e51..6f9ce00949 100644 --- a/configure.in +++ b/configure.in @@ -1341,7 +1341,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE) AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=no) dnl Add any new plugins here -plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb folder-unsubscribe" +plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb folder-unsubscribe mark-calendar-offline" if test x"$enable_plugins" = "xno"; then plugins_enabled="" @@ -1538,6 +1538,7 @@ plugins/subject-thread/Makefile plugins/save-attachments/Makefile plugins/save-calendar/Makefile plugins/select-one-source/Makefile +plugins/mark-calendar-offline/Makefile plugins/prefer-plain/Makefile plugins/bbdb/Makefile plugins/copy-tool/Makefile |