[Mesa-dev] [PATCH 01/11] gtest: Don't actually install a library.

Matt Turner mattst88 at gmail.com
Fri Apr 13 17:30:59 PDT 2012


On Fri, Apr 13, 2012 at 7:38 PM, Eric Anholt <eric at anholt.net> 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 \
> --
> 1.7.10
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reviewed-by: Matt Turner <mattst88 at gmail.com>
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=411825


More information about the mesa-dev mailing list