[empathy] Fix link issue when UOA is enabled



commit 7dbb5fa93477aa5446e5ae01d26af716d320f5f4
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 400b83b..b52e9ad 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]