[gnome-online-accounts] build: use Telepathy's libraries in goabackend



commit 13bf6df4827002ec873c1f43659d598ecae46f38
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Wed Jul 10 10:46:43 2013 +0100

    build: use Telepathy's libraries in goabackend
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696267

 src/goabackend/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/Makefile.am b/src/goabackend/Makefile.am
index 01bb586..5cdf301 100644
--- a/src/goabackend/Makefile.am
+++ b/src/goabackend/Makefile.am
@@ -107,6 +107,7 @@ libgoa_backend_1_0_la_CFLAGS =                                      \
        $(SECRET_CFLAGS)                                        \
        $(LIBSOUP_CFLAGS)                                       \
        $(LIBXML_CFLAGS)                                        \
+       $(TP_CFLAGS)                                            \
        $(TPAW_CFLAGS)                                          \
        $(NULL)
 
@@ -121,6 +122,7 @@ libgoa_backend_1_0_la_LIBADD =                                      \
        $(SECRET_LIBS)                                          \
        $(LIBSOUP_LIBS)                                         \
        $(LIBXML_LIBS)                                          \
+       $(TP_LIBS)                                              \
        $(TPAW_LIBS)                                            \
        $(NULL)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]