Module: Mesa Branch: master Commit: 37a1b8083e7f7a6c3abe3843cfaed84163f2d19f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37a1b8083e7f7a6c3abe3843cfaed84163f2d19f
Author: Christopher James Halse Rogers <[email protected]> Date: Thu Jul 19 12:30:09 2012 +1000 build/glapi: fix includes for generated files Reviewed-by: Eric Anholt <[email protected]> Signed-off-by: Christopher James Halse Rogers <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
