Mesa (master): glx/tests: add -I src/ to fix make check

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 4 18:14:15 UTC 2015


Module: Mesa
Branch: master
Commit: 67e0a4f6e8a6c6d03cf3f9d15797bc14c373711e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=67e0a4f6e8a6c6d03cf3f9d15797bc14c373711e

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar  4 10:03:09 2015 -0700

glx/tests: add -I src/ to fix make check

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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..b02a9e3 100644
--- a/src/glx/tests/Makefile.am
+++ b/src/glx/tests/Makefile.am
@@ -2,6 +2,7 @@ if HAVE_SHARED_GLAPI
 AM_CFLAGS = $(PTHREAD_CFLAGS)
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/gtest/include \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_srcdir)/src/mesa \
 	-I$(top_srcdir)/src/glx \




More information about the mesa-commit mailing list