Bug 703709 — can't compile folks. fails at GISCAN TpLowlevel-0.6.gir
authorPhilip Withnall <philip@tecnocode.co.uk>
Mon, 8 Jul 2013 11:41:16 +0000 (12:41 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 8 Jul 2013 11:41:16 +0000 (12:41 +0100)
Add a missing GNU Make dependency for the GIR file.

Closes: https://bugzilla.gnome.org/show_bug.cgi?id=703709

NEWS
backends/telepathy/lib/Makefile.am

diff --git a/NEWS b/NEWS
index 3c05d62..3e98ccd 100644 (file)
--- 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
index 4590902..d992393 100644 (file)
@@ -334,6 +334,8 @@ dist_noinst_DATA += \
        TpLowlevel-$(API_VERSION_DOT).typelib \
        $(NULL)
 
+TpLowlevel-$(API_VERSION_DOT).gir: libtp-lowlevel.la
+
 #------------------------------------
 # Folks Telepathy
 #------------------------------------