diff options
author | Milan Crha <mcrha@redhat.com> | 2009-10-02 21:04:36 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-10-02 21:07:03 +0800 |
commit | cdd5f2c71152dcbc13c98f67914d30918b5791ee (patch) | |
tree | d5202d3a98f385f4d47b2744190f1f27dacf8cbf /configure.ac | |
parent | 5172227bb59db4afdafc02e6249a199d1d8a4595 (diff) | |
download | gsoc2013-evolution-cdd5f2c71152dcbc13c98f67914d30918b5791ee.tar.gz gsoc2013-evolution-cdd5f2c71152dcbc13c98f67914d30918b5791ee.tar.zst gsoc2013-evolution-cdd5f2c71152dcbc13c98f67914d30918b5791ee.zip |
Bug #456240 - Move exchange plugin to exchange package
Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/configure.ac b/configure.ac index 603aeb777b..f937be9484 100644 --- a/configure.ac +++ b/configure.ac @@ -1574,7 +1574,7 @@ dnl Add any new plugins here plugins_base_always="calendar-file calendar-http itip-formatter plugin-manager default-source addressbook-file startup-wizard mark-all-read groupwise-features publish-calendar caldav imap-features google-account-setup webdav-account-setup" plugins_base="$plugins_base_always $SA_JUNK_PLUGIN $BF_JUNK_PLUGIN" -dist_plugins_base="$plugins_base_always calendar-weather exchange-operations sa-junk-plugin bogo-junk-plugin" +dist_plugins_base="$plugins_base_always calendar-weather sa-junk-plugin bogo-junk-plugin" plugins_standard_always="bbdb subject-thread save-calendar mail-to-task mailing-list-actions default-mailer prefer-plain mail-notification attachment-reminder backup-restore email-custom-header templates vcard-inline" @@ -1647,31 +1647,6 @@ if test "x$enable_weather" = "xyes"; then fi fi -dnl *********************************************************** -dnl exchange-operations plugin requires libexchange-storage-1.2 -dnl *********************************************************** -AC_ARG_ENABLE([exchange], - [AS_HELP_STRING([--enable-exchange], - [Build Exchange plugins @<:@default=yes@:>@])], - [enable_exchange="$enableval"], [enable_exchange=yes]) - -if test "x$enable_exchange" = "xyes"; then - PKG_CHECK_MODULES(LIBEXCHANGESTORAGE, libexchange-storage-$EDS_PACKAGE >= eds_minimum_version, - have_libexchange="yes", have_libexchange="no") - - if test "x$have_libexchange" = "xyes"; then - AC_SUBST(CAMEL_EXCHANGE_CFLAGS) - AC_SUBST(CAMEL_EXCHANGE_LIBS) - msg_exchange="yes" - plugins_base="$plugins_base exchange-operations" - EVO_SET_COMPILE_FLAGS(CAMEL_EXCHANGE, libbonoboui-2.0 libglade-2.0 gconf-2.0 camel-provider-$EDS_PACKAGE - libebook-$EDS_PACKAGE libedataserverui-$EDS_PACKAGE libexchange-storage-$EDS_PACKAGE libecal-$EDS_PACKAGE) - else - msg_exchange="no" - AC_MSG_ERROR([libevolution-exchange-$EDS_PACKAGE is required for the exchange-operations plugin. Use --disable-exchange to exclude the plugin.]) - fi -fi - dnl ********************************* dnl pst-import plugin requires libpst dnl ********************************* @@ -1887,7 +1862,6 @@ plugins/calendar-weather/Makefile plugins/default-mailer/Makefile plugins/default-source/Makefile plugins/email-custom-header/Makefile -plugins/exchange-operations/Makefile plugins/external-editor/Makefile plugins/face/Makefile plugins/google-account-setup/Makefile |