[evolution-ews] configure.ac: Remove evolution-plugin dependency.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] configure.ac: Remove evolution-plugin dependency.
- Date: Sun, 23 Feb 2014 18:16:16 +0000 (UTC)
commit b9c342e9f0dbe0cd2e5c433ffcdd6b54a6320df4
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Feb 23 13:09:53 2014 -0500
configure.ac: Remove evolution-plugin dependency.
I'm removing evolution-plugin.pc from Evolution.
Also update src/camel/Makefile.am dependencies. It should really only
need libemail-engine flags, but there's a circular dependency between
libemail-engine and libevolution-util, so use evolution-shell flags
until I can get that sorted out.
configure.ac | 5 -----
src/camel/Makefile.am | 6 ++----
2 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ddb87d2..7f42f2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,11 +228,6 @@ PKG_CHECK_MODULES(LIBEMAIL_ENGINE, libemail-engine >= eds_minimum_version)
PKG_CHECK_MODULES(CAMEL, camel-1.2 >= eds_minimum_version)
dnl ****************************
-dnl Check for evolution plugins
-dnl ****************************
-PKG_CHECK_MODULES(EVOLUTION_PLUGIN, evolution-plugin-3.0 >= evo_minimum_version)
-
-dnl ****************************
dnl Check for evolution shell
dnl ****************************
PKG_CHECK_MODULES(EVOLUTION_SHELL, evolution-shell-3.0 >= evo_minimum_version)
diff --git a/src/camel/Makefile.am b/src/camel/Makefile.am
index 18bf995..794d438 100644
--- a/src/camel/Makefile.am
+++ b/src/camel/Makefile.am
@@ -29,8 +29,7 @@ libcamelews_la_CPPFLAGS = \
$(CAMEL_CFLAGS) \
$(LIBEDATASERVER_CFLAGS) \
$(LIBECAL_CFLAGS) \
- $(EVOLUTION_PLUGIN_CFLAGS) \
- $(LIBEMAIL_ENGINE_CFLAGS) \
+ $(EVOLUTION_SHELL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(SOUP_CFLAGS) \
$(LIBEBACKEND_CFLAGS) \
@@ -67,8 +66,7 @@ libcamelews_la_LIBADD = \
$(top_builddir)/src/server/libeews-1.2.la \
$(top_builddir)/src/utils/libewsutils.la \
$(CAMEL_LIBS) \
- $(EVOLUTION_PLUGIN_LIBS) \
- $(LIBEMAIL_ENGINE_LIBS) \
+ $(EVOLUTION_SHELL_LIBS) \
$(LIBEDATASERVER_LIBS) \
$(LIBEBACKEND_LIBS) \
$(LIBECAL_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]