[evolution-activesync] Fix linking libeasclient against gobject
- From: dwmw2 <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-activesync] Fix linking libeasclient against gobject
- Date: Wed, 14 Sep 2016 13:14:59 +0000 (UTC)
commit c25ae550f27aeeaefd8d1bf6fec77ae962f4d5e8
Author: David Woodhouse <David Woodhouse intel com>
Date: Wed Sep 14 14:14:43 2016 +0100
Fix linking libeasclient against gobject
Not sure why this isn't failing for me...
libeasclient/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libeasclient/Makefile.am b/libeasclient/Makefile.am
index c6745b8..5d88875 100644
--- a/libeasclient/Makefile.am
+++ b/libeasclient/Makefile.am
@@ -2,13 +2,13 @@
lib_LTLIBRARIES = libeasclient.la
libeasclient_la_CPPFLAGS = \
- $(GLIB_CFLAGS) \
+ $(GIO_CFLAGS) \
$(LIBXML_CFLAGS) \
-DG_LOG_DOMAIN=\"libeasclient\" \
$(NULL)
libeasclient_la_LDFLAGS = \
- $(GLIB_LIBS) \
+ $(GIO_LIBS) \
$(LIBXML_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]