From: Paul Seidler Date: Mon, 21 May 2012 14:42:17 +0000 (-0600) Subject: tests: include mesa headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0dffe8701cc5dae955ad20a707833f1f42474a2;p=mesa.git tests: include mesa headers else they will fail for fresh installs Signed-off-by: Brian Paul --- 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