Mesa (8.0): tests: include mesa headers

Brian Paul brianp at kemper.freedesktop.org
Mon May 21 14:43:27 UTC 2012


Module: Mesa
Branch: 8.0
Commit: 84e74ca275f81b895619e601c1921764967106bd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84e74ca275f81b895619e601c1921764967106bd

Author: Paul Seidler <pl.seidler at googlemail.com>
Date:   Fri May 18 19:21:55 2012 +0200

tests: include mesa headers

else they will fail for fresh installs

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 tests/glx/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/glx/Makefile.am b/tests/glx/Makefile.am
index cdebf5d..5f55a5b 100644
--- a/tests/glx/Makefile.am
+++ b/tests/glx/Makefile.am
@@ -1,6 +1,6 @@
-AM_CFLAGS = -I$(top_builddir)/src/glx -I$(top_builddir)/src/mapi \
+AM_CFLAGS = -I$(top_builddir)/src/glx -I$(top_builddir)/src/mapi -I$(top_builddir)/include \
 	$(X11_CFLAGS) $(GTEST_CFLAGS)
-AM_CXXFLAGS = -I$(top_builddir)/src/glx -I$(top_builddir)/src/mapi \
+AM_CXXFLAGS = -I$(top_builddir)/src/glx -I$(top_builddir)/src/mapi -I$(top_builddir)/include \
 	$(X11_CFLAGS) $(GTEST_CFLAGS)
 
 if HAVE_GTEST




More information about the mesa-commit mailing list