projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b8e16
)
shared-glapi: Include from builddir
author
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 29 Mar 2012 13:20:53 +0000
(09:20 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 29 Mar 2012 13:25:15 +0000
(09:25 -0400)
Fixes out-of-tree builds.
https://bugs.freedesktop.org/show_bug.cgi?id=47649
src/mapi/shared-glapi/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mapi/shared-glapi/Makefile.am
b/src/mapi/shared-glapi/Makefile.am
index 8988d2829f37d203f6dfb9a83adf73a50488b7bc..a80ba1f459ecf1956527115edbf752142c521a30 100644
(file)
--- a/
src/mapi/shared-glapi/Makefile.am
+++ b/
src/mapi/shared-glapi/Makefile.am
@@
-18,6
+18,7
@@
AM_CPPFLAGS = \
$(DEFINES) \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mapi \
+ -I$(top_builddir)/src/mapi \
-DMAPI_MODE_GLAPI \
-DMAPI_ABI_HEADER=\"shared-glapi/glapi_mapi_tmp.h\"