projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3469715
)
glx: build tests after libglx.la
author
Matt Turner
<mattst88@gmail.com>
Mon, 16 Jul 2012 22:43:42 +0000
(15:43 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/src/glx/Makefile.am
b/src/glx/Makefile.am
index 6ca85cd3a63359697ea0081fd54ea32bcf4a9fde..bb2399881157be11c821ba173aa2aa23d3b5ba27 100644
(file)
--- 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