diff options
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ef7d23d..8ca0cbc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,7 +26,7 @@ TEST_LIBS = \ $(top_builddir)/src/.libs/libdatetime.so \ $(INDICATOR_LIBS) \ $(COVERAGE_LDFLAGS) \ - $(XORG_GTEST_LDFLAGS) \ + $(XORG_GTEST_LDFLAGS) \ libgtest.a TEST_CPPFLAGS = \ |