diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-01-10 22:22:31 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-01-10 22:22:31 +0800 |
commit | 9ff2999e495905d11ac4758d27cf18371931085e (patch) | |
tree | 54839355ccef18d93b0dfcd273a9518addb9a804 /configure.in | |
parent | 9eba51db53e91fb748d096e0474e9df63234af53 (diff) | |
download | gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.gz gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.tar.zst gsoc2013-evolution-9ff2999e495905d11ac4758d27cf18371931085e.zip |
add send-options plugin
2005-01-10 Chenthill Palanisamy <pchenthill@novell.com>
* configure.in: add send-options plugin
svn path=/trunk/; revision=28321
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 4cb189a51c..211dea3389 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 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 itip-formatter backup-restore" +plugins_base="calendar-file calendar-http calendar-weather groupwise-account-setup plugin-manager send-options" +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 send-options" case x"$enable_plugins" in xno) @@ -1534,6 +1534,7 @@ mail/default/ja/Makefile mail/default/nl/Makefile mail/importers/Makefile plugins/Makefile +plugins/send-options/Makefile plugins/calendar-file/Makefile plugins/calendar-http/Makefile plugins/calendar-weather/Makefile |