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@dronecode.org.uk>
This commit is contained in:
Matt Turner
2012-07-16 15:43:42 -07:00
parent 3469715a8a
commit f42e601ce0
+1 -1
View 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