aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-03-13 22:02:19 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-03-13 22:02:19 +0800
commit7dbb5fa93477aa5446e5ae01d26af716d320f5f4 (patch)
treebecdf6f84a5990317feb847cd8905721f38a0d24
parent0ec0c9df698a23124480af847048835252f83177 (diff)
downloadgsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar
gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.gz
gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.bz2
gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.lz
gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.xz
gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.zst
gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.zip
Fix link issue when UOA is enabled
src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we have to pass UOA build flags.
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 400b83b82..b52e9ad8f 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