Merge lp:~cyphermox/indicator-session/pthread-linking into lp:indicator-session/13.04

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 384
Merged at revision: 384
Proposed branch: lp:~cyphermox/indicator-session/pthread-linking
Merge into: lp:indicator-session/13.04
Diff against target: 11 lines (+1/-0)
1 file modified
tests/Makefile.am (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/indicator-session/pthread-linking
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+151786@code.launchpad.net

Commit message

Do the linking with -lpthread correctly.

Description of the change

Do the linking with -lpthread correctly.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looks good to me. Thanks!

review: Approve

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 2013-01-22 14:53:59 +0000
3+++ tests/Makefile.am 2013-03-05 15:37:21 +0000
4@@ -39,6 +39,7 @@
5 test_service_SOURCES = test-service.cc
6 test_service_LDADD = \
7 $(TEST_SERVICE_LIBS) \
8+ $(XORG_GTEST_LDFLAGS) \
9 libgtest.a
10 test_service_CPPFLAGS = \
11 -DSCHEMA_DIR="\"$(top_builddir)/tests/\"" \

Subscribers

People subscribed via source and target branches