summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2012-02-24 07:58:03 -0800
committerChase Douglas <chase.douglas@canonical.com>2012-02-24 07:58:03 -0800
commit5b130039fed4bb232d06aa419bf43336a7153e07 (patch)
treee519bd4ca8bd9981e40112f6011c76bb80a93d7b
parentfc02e9aa96646c0ea60384b14083107a10e965b2 (diff)
Link libxorg-gtest_main against libxorg-gtest
This fixes build failures if one only links against libxorg-gtest_main but does not use any other xorg-gtest symbols. Reported-by: Stephen Webb <stephen.webb@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c266421..f229a40 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,6 +14,8 @@ libxorg_gtest_main_la_SOURCES = \
defines.h \
main.cpp
+libxorg_gtest_main_la_LIBADD = libxorg-gtest.la
+
library_includedir = $(includedir)/xorg/gtest
library_include_HEADERS = \
$(top_srcdir)/include/xorg/gtest/environment.h \