From f42e601ce0263808ba36c88763196856ecdb79c1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 16 Jul 2012 15:43:42 -0700 Subject: [PATCH] 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 --- src/glx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2