glx: build tests after libglx.la
authorMatt Turner <mattst88@gmail.com>
Mon, 16 Jul 2012 22:43:42 +0000 (15:43 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 17 Jul 2012 13:59:00 +0000 (06:59 -0700)
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@dronecode.org.uk>
src/glx/Makefile.am

index 6ca85cd3a63359697ea0081fd54ea32bcf4a9fde..bb2399881157be11c821ba173aa2aa23d3b5ba27 100644 (file)
@@ -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