diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-05 10:17:39 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-05 10:17:39 -0500 |
commit | 6922c6adadb4303fd1434b2fbc1b70a472002319 (patch) | |
tree | 1225cff550bd6ce2bfe26187fa8bef9797cf0137 /tests | |
parent | f9e5ac42b7178b8e963feb19d4de33caf309a0a7 (diff) | |
download | ayatana-indicator-power-6922c6adadb4303fd1434b2fbc1b70a472002319.tar.gz ayatana-indicator-power-6922c6adadb4303fd1434b2fbc1b70a472002319.tar.bz2 ayatana-indicator-power-6922c6adadb4303fd1434b2fbc1b70a472002319.zip |
Make use of XORG_GTEST_LDFLAGS that xorg-gtest can export to know whether there are extra libraries we should link against.
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 = \ |