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

Author: Paul Seidler <[email protected]>
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 <[email protected]>

---

 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to