On 17/07/2012 04:48, Matt Turner wrote:
> Previously, if you ran make followed by make check it would work, but
> if you just ran make check the test program would fail to compile.
> ---
>  src/glx/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
> index 6ca85cd..bb23998 100644
> --- a/src/glx/Makefile.am
> +++ b/src/glx/Makefile.am
> @@ -24,7 +24,7 @@ SHARED_GLAPI_CFLAGS = -DGLX_SHARED_GLAPI
>  SHARED_GLAPI_LIBS = $(top_builddir)/src/mapi/shared-glapi/libglapi.la
>  endif
>  
> -SUBDIRS=tests
> +SUBDIRS=. tests
>  
>  GLAPI_LIB = ../mapi/glapi/libglapi.la

Reviewed-by: Jon TURNEY <jon.tur...@dronecode.org.uk>


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to