Mesa (master): build/glapi: fix includes for generated files

Matt Turner mattst88 at kemper.freedesktop.org
Mon Aug 13 19:24:39 UTC 2012


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

Author: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>
Date:   Thu Jul 19 12:30:09 2012 +1000

build/glapi: fix includes for generated files

Reviewed-by: Eric Anholt <eric at anholt.net>
Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>

---

 src/mapi/glapi/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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




More information about the mesa-commit mailing list