[Mesa-dev] [PATCH 4/7] build/glapi: fix includes for generated files

Christopher James Halse Rogers christopher.halse.rogers at canonical.com
Wed Jul 18 19:30:09 PDT 2012


Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>
---
 src/mapi/glapi/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mapi/glapi/Makefile.am b/src/mapi/glapi/Makefile.am
index 668d7fa..181a28a 100644
--- a/src/mapi/glapi/Makefile.am
+++ b/src/mapi/glapi/Makefile.am
@@ -27,6 +27,7 @@ AM_CPPFLAGS = \
         $(DEFINES) \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/mapi \
+        -I$(top_builddir)/src/mapi \
 	-I$(top_srcdir)/src/mesa
 
 if HAVE_X86_ASM
-- 
1.7.10.4



More information about the mesa-dev mailing list