[folks] Bug 703709 — can't compile folks. fails at GISCAN TpLowlevel-0.6.gir



commit 2ebe3cbddf7c422c3001a8c4127958f5167e9f66
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Jul 8 12:41:16 2013 +0100

    Bug 703709 — can't compile folks. fails at GISCAN TpLowlevel-0.6.gir
    
    Add a missing GNU Make dependency for the GIR file.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=703709

 NEWS                               |    1 +
 backends/telepathy/lib/Makefile.am |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3c05d62..3e98ccd 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ Bugs fixed:
 • Bug 703402 — Backend support libraries don't set the GIR version and namespace
 • Bug 703450 — Telepathy backend gir fails to link
 • Bug 703514 — Can't build FolksTelepathy-0.6.gir
+• Bug 703709 — can't compile folks. fails at GISCAN TpLowlevel-0.6.gir
 
 API changes:
 • Add PresenceDetails.client_types
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index 4590902..d992393 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -334,6 +334,8 @@ dist_noinst_DATA += \
        TpLowlevel-$(API_VERSION_DOT).typelib \
        $(NULL)
 
+TpLowlevel-$(API_VERSION_DOT).gir: libtp-lowlevel.la
+
 #------------------------------------
 # Folks Telepathy
 #------------------------------------


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