Reviewed-by: Jose Fonseca <jfons...@vmware.com>

On 04/03/15 17:49, Mark Janes wrote:
Due to recent #include changes, `make check` fails on glx-test.  The
target requires a standard include path to find util/macros.h.
---
  src/glx/tests/Makefile.am | 1 +
  1 file changed, 1 insertion(+)

diff --git a/src/glx/tests/Makefile.am b/src/glx/tests/Makefile.am
index dd82449..4db01c0 100644
--- a/src/glx/tests/Makefile.am
+++ b/src/glx/tests/Makefile.am
@@ -1,6 +1,7 @@
  if HAVE_SHARED_GLAPI
  AM_CFLAGS = $(PTHREAD_CFLAGS)
  AM_CPPFLAGS = \
+       -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/gtest/include \
        -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/mesa \


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to