~ken-vandine/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to debian/patches/01_tests_ldflags.patch

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-12-21 17:40:15 UTC
  • mfrom: (1.2.5 upstream) (4.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221174015-4o0mdnok2a83mcch
Tags: 0.3.3-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Build-depend on dh-autoreconf
  - Bump build-depends on valac-0.12, libvala-0.12-dev
  - Add Vcs-Bzr link
* debian/rules:
  - Build with autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 327497dc8e343a438c305c32276c72a188288c0c Mon Sep 17 00:00:00 2001
2
 
From: Robert Ancell <robert.ancell@canonical.com>
3
 
Date: Fri, 26 Nov 2010 14:32:39 +1100
4
 
Subject: [PATCH] Link telepathy test program to GIO
5
 
 
6
 
Closes: bgo#635823
7
 
---
8
 
 tests/telepathy/Makefile.am |    1 +
9
 
 1 files changed, 1 insertions(+), 0 deletions(-)
10
 
 
11
 
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
12
 
index cd61d0a..f94c9f3 100644
13
 
--- a/tests/telepathy/Makefile.am
14
 
+++ b/tests/telepathy/Makefile.am
15
 
@@ -16,6 +16,7 @@ LDADD = \
16
 
        $(top_builddir)/backends/telepathy/lib/libfolks-telepathy.la \
17
 
        $(top_builddir)/folks/libfolks.la \
18
 
        $(GLIB_LIBS) \
19
 
+       $(GIO_LIBS) \
20
 
        $(GEE_LIBS) \
21
 
        $(TP_GLIB_LIBS) \
22
 
        -L$(top_srcdir)/backends/telepathy/lib \
23
 
1.7.2.3
24