[evolution-ews] Bug 654409 - Link libeews against libicel directly
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Bug 654409 - Link libeews against libicel directly
- Date: Fri, 23 Sep 2011 21:35:05 +0000 (UTC)
commit 4de2d168cc8c3caf1b7372ae13635182264c92eb
Author: David Woodhouse <David Woodhouse intel com>
Date: Fri Sep 23 22:34:34 2011 +0100
Bug 654409 - Link libeews against libicel directly
configure.ac | 5 +++++
src/server/Makefile.am | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 32f6b61..79421d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,6 +208,11 @@ dnl ****************************
PKG_CHECK_MODULES(SQLITE3, sqlite3)
dnl ****************************
+dnl Check for libical
+dnl ****************************
+PKG_CHECK_MODULES(LIBICAL, libical)
+
+dnl ****************************
dnl Expose version information
dnl ****************************
API_VERSION=$EDS_PACKAGE
diff --git a/src/server/Makefile.am b/src/server/Makefile.am
index 31f4ffa..84ac655 100644
--- a/src/server/Makefile.am
+++ b/src/server/Makefile.am
@@ -24,6 +24,7 @@ libeews_1_2_la_CPPFLAGS = \
-I$(top_builddir)/src/server \
$(SOUP_CFLAGS) \
$(LIBECAL_CFLAGS) \
+ $(LIBICAL_CFLAGS) \
$(LIBEDATASERVER_CFLAGS) \
$(DEBUG_CFLAGS)
@@ -47,6 +48,7 @@ libeews_1_2_la_SOURCES = \
libeews_1_2_la_LIBADD = \
$(SOUP_LIBS) \
$(LIBECAL_LIBS) \
+ $(LIBICAL_LIBS) \
$(LIBEDATASERVER_LIBS) \
$(SOCKET_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]