diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-21 02:54:32 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-21 02:54:32 +0800 |
commit | a08c50bb5704346ce90add5ad917da8a7a997ce2 (patch) | |
tree | c41e05906e5620029e8b8518008389be5ff878d9 | |
parent | c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0 (diff) | |
download | gsoc2013-evolution-a08c50bb5704346ce90add5ad917da8a7a997ce2.tar.gz gsoc2013-evolution-a08c50bb5704346ce90add5ad917da8a7a997ce2.tar.zst gsoc2013-evolution-a08c50bb5704346ce90add5ad917da8a7a997ce2.zip |
add select-one-source to the plugin list
2004-10-20 JP Rosevear <jpr@novell.com>
* configure.in: add select-one-source to the plugin list
svn path=/trunk/; revision=27658
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-10-20 JP Rosevear <jpr@novell.com> + + * configure.in: add select-one-source to the plugin list + 2004-10-20 Not Zed <NotZed@Ximian.com> * configure.in: added prefer plain plugin. diff --git a/configure.in b/configure.in index eb204eae3f..63cbf84bdf 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" +plugins_all="subject-thread save-attachments prefer-plain select-one-source" if test x"$enable_plugins" = "xno"; then plugins_enabled="" @@ -1535,6 +1535,7 @@ mail/importers/Makefile plugins/Makefile plugins/subject-thread/Makefile plugins/save-attachments/Makefile +plugins/select-one-source/Makefile plugins/prefer-plain/Makefile smime/Makefile smime/lib/Makefile |