summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Seidler <[email protected]>2012-05-21 08:42:17 -0600
committerBrian Paul <[email protected]>2012-05-21 08:42:19 -0600
commita0dffe8701cc5dae955ad20a707833f1f42474a2 (patch)
tree9495a5c9babc15f46c42123b5adcbfb8a69de23b
parent6178b653c766beeb8a6ad37134a6ee1a246a0c18 (diff)
tests: include mesa headers
else they will fail for fresh installs Signed-off-by: Brian Paul <[email protected]>
-rw-r--r--tests/glx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/glx/Makefile.am b/tests/glx/Makefile.am
index 7f93fd74de8..7413d3b7eea 100644
--- a/tests/glx/Makefile.am
+++ b/tests/glx/Makefile.am
@@ -2,6 +2,7 @@ AM_CPPFLAGS = \
-I$(top_builddir)/src/gtest/include \
-I$(top_builddir)/src/mapi \
-I$(top_builddir)/src/glx \
+ -I$(top_builddir)/include \
$(X11_CFLAGS)
if HAVE_XCB_GLX_CREATE_CONTEXT