Merge lp:~sil2100/libsignon-glib/fix-linking-check into lp:libsignon-glib

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Ken VanDine
Approved revision: 148
Merged at revision: 147
Proposed branch: lp:~sil2100/libsignon-glib/fix-linking-check
Merge into: lp:libsignon-glib
Diff against target: 14 lines (+2/-2)
1 file modified
tests/Makefile.am (+2/-2)
To merge this branch: bzr merge lp:~sil2100/libsignon-glib/fix-linking-check
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ken VanDine Approve
Review via email: mp+170831@code.launchpad.net

Commit message

Fix the linking problem when using check

Description of the change

Fix the linking problem when using check. This will fix the FTBFS.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/libsignon-glib-autolanding/5/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/libsignon-glib-saucy-amd64-autolanding/4/console

review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/Makefile.am'
2--- tests/Makefile.am 2012-10-18 10:08:10 +0000
3+++ tests/Makefile.am 2013-06-21 14:48:27 +0000
4@@ -9,8 +9,8 @@
5 $(DEPS_CFLAGS) \
6 $(CHECK_FLAGS)
7 signon_glib_testsuite_LDADD = \
8- $(CHECK_LIBS) \
9+ $(top_builddir)/libsignon-glib/libsignon-glib.la \
10 $(DEPS_LIBS) \
11- $(top_builddir)/libsignon-glib/libsignon-glib.la
12+ $(CHECK_LIBS)
13
14 TESTS = signon-glib-test.sh

Subscribers

People subscribed via source and target branches

to all changes: