diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-06 15:18:42 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-03-06 15:18:42 +0000 |
commit | 17c0eadf198591fb3ac402ce9ce17c7e146d03fe (patch) | |
tree | 1225cff550bd6ce2bfe26187fa8bef9797cf0137 /tests | |
parent | f9e5ac42b7178b8e963feb19d4de33caf309a0a7 (diff) | |
parent | 6922c6adadb4303fd1434b2fbc1b70a472002319 (diff) | |
download | ayatana-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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
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 = \ |