[Mesa-dev] [PATCH 01/11] gtest: Don't actually install a library.
Kenneth Graunke
kenneth at whitecape.org
Fri Apr 13 23:45:41 PDT 2012
On 04/13/2012 04:38 PM, Eric Anholt wrote:
> The whole point of importing it was that you're not supposed to
> install this library.
> ---
> src/gtest/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am
> index 149de6e..3824d71 100644
> --- a/src/gtest/Makefile.am
> +++ b/src/gtest/Makefile.am
> @@ -22,7 +22,7 @@
> AM_CFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
> AM_CXXFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
>
> -lib_LTLIBRARIES = libgtest.la
> +noinst_LTLIBRARIES = libgtest.la
>
> libgtest_la_SOURCES = \
> src/gtest-all.cc \
For everything /except/ patch 6:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list