diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-02-24 07:58:03 -0800 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-02-24 07:58:03 -0800 |
commit | 5b130039fed4bb232d06aa419bf43336a7153e07 (patch) | |
tree | e519bd4ca8bd9981e40112f6011c76bb80a93d7b | |
parent | fc02e9aa96646c0ea60384b14083107a10e965b2 (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.am | 2 |
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 \ |