Mesa (master): glx: build tests after libglx.la

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jul 17 13:58:48 UTC 2012


Module: Mesa
Branch: master
Commit: f42e601ce0263808ba36c88763196856ecdb79c1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f42e601ce0263808ba36c88763196856ecdb79c1

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jul 16 15:43:42 2012 -0700

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 <jon.turney at dronecode.org.uk>

---

 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
 




More information about the mesa-commit mailing list