[empathy/gnome-3-6] Fix link issue when UOA is enabled
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-3-6] Fix link issue when UOA is enabled
- Date: Wed, 13 Mar 2013 14:08:44 +0000 (UTC)
commit 4dccc9e54774045b6652e2bbfe88ad5a1705b3b3
Author: Xavier Claessens <xavier claessens collabora co uk>
Date: Wed Mar 13 15:02:19 2013 +0100
Fix link issue when UOA is enabled
src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we
have to pass UOA build flags.
src/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index c2cb9f7..c91b137 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,7 @@ AM_LDFLAGS = $(LIBM)
AM_CPPFLAGS = \
$(CPPFLAGS_COMMON) \
$(LIBCHAMPLAIN_CFLAGS) \
+ $(UOA_CFLAGS) \
$(NULL)
LDADD = \
@@ -23,6 +24,7 @@ LDADD = \
$(GCR_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
+ $(UOA_LIBS) \
$(NULL)
noinst_LTLIBRARIES = libempathy-accounts-common.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]