aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-06 15:18:42 +0000
committerTarmac <Unknown>2013-03-06 15:18:42 +0000
commit17c0eadf198591fb3ac402ce9ce17c7e146d03fe (patch)
tree1225cff550bd6ce2bfe26187fa8bef9797cf0137
parentf9e5ac42b7178b8e963feb19d4de33caf309a0a7 (diff)
parent6922c6adadb4303fd1434b2fbc1b70a472002319 (diff)
downloadayatana-indicator-power-17c0eadf198591fb3ac402ce9ce17c7e146d03fe.tar.gz
ayatana-indicator-power-17c0eadf198591fb3ac402ce9ce17c7e146d03fe.tar.bz2
ayatana-indicator-power-17c0eadf198591fb3ac402ce9ce17c7e146d03fe.zip
Do the linking with -lpthread correctly. Fixes: https://bugs.launchpad.net/bugs/1126362.
Approved by Didier Roche, PS Jenkins bot.
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 79fcbe9..a194505 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,6 +27,7 @@ TEST_LIBS = \
$(INDICATOR_LIBS) \
$(UPOWER_LIBS) \
$(COVERAGE_LDFLAGS) \
+ $(XORG_GTEST_LDFLAGS) \
libgtest.a
TEST_CPPFLAGS = \