diff options
author | Christopher James Halse Rogers <[email protected]> | 2012-07-19 12:30:09 +1000 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-13 12:24:31 -0700 |
commit | 37a1b8083e7f7a6c3abe3843cfaed84163f2d19f (patch) | |
tree | 9c040d588a4645c469d02e3fd5277815110a2e76 /src/mapi/glapi/Makefile.am | |
parent | 3fe69bac498aa87052768507a04c640050ee9d98 (diff) |
build/glapi: fix includes for generated files
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Christopher James Halse Rogers <[email protected]>
Diffstat (limited to 'src/mapi/glapi/Makefile.am')
-rw-r--r-- | 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 668d7faa921..181a28a7c2f 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 |