build/glapi: fix includes for generated files
authorChristopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Thu, 19 Jul 2012 02:30:09 +0000 (12:30 +1000)
committerMatt Turner <mattst88@gmail.com>
Mon, 13 Aug 2012 19:24:31 +0000 (12:24 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
src/mapi/glapi/Makefile.am

index 668d7faa9217f8962f9a7fd3d7ae29e6b3e2cdb3..181a28a7c2f2a09f2bc719a484f01754bcfdc217 100644 (file)
@@ -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