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
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am 2012-10-18 10:08:10 +0000
+++ tests/Makefile.am 2013-06-21 14:48:27 +0000
@@ -9,8 +9,8 @@
9 $(DEPS_CFLAGS) \9 $(DEPS_CFLAGS) \
10 $(CHECK_FLAGS)10 $(CHECK_FLAGS)
11signon_glib_testsuite_LDADD = \11signon_glib_testsuite_LDADD = \
12 $(CHECK_LIBS) \12 $(top_builddir)/libsignon-glib/libsignon-glib.la \
13 $(DEPS_LIBS) \13 $(DEPS_LIBS) \
14 $(top_builddir)/libsignon-glib/libsignon-glib.la14 $(CHECK_LIBS)
1515
16TESTS = signon-glib-test.sh16TESTS = signon-glib-test.sh

Subscribers

People subscribed via source and target branches

to all changes: