From a2a072f65edd9e76035f96f7137c7efb9574c4ba Mon Sep 17 00:00:00 2001 From: Paul Seidler Date: Fri, 18 May 2012 19:21:55 +0200 Subject: [PATCH] tests: include mesa headers else they will fail for fresh installs --- tests/glx/Makefile.am | 4 ++-- 1 file 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 -- 1.7.10.2