summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-07-16 15:43:42 -0700
committerMatt Turner <[email protected]>2012-07-17 06:59:00 -0700
commitf42e601ce0263808ba36c88763196856ecdb79c1 (patch)
tree6ae49fa569673711328671bddf1f2bea21ef1568 /src/glx
parent3469715a8a171512cf9b528702e70393f01c6041 (diff)
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 <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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