From: Matt Turner Date: Mon, 16 Jul 2012 22:43:42 +0000 (-0700) Subject: glx: build tests after libglx.la X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f42e601ce0263808ba36c88763196856ecdb79c1;p=mesa.git glx: build tests after libglx.la 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. Reviewed-by: Jon TURNEY --- diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 6ca85cd3a63..bb239988115 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