[Mesa-dev] [PATCH 2/6] bulid/glx: fix include paths for out-of-tree builds
Christopher James Halse Rogers
christopher.halse.rogers at canonical.com
Tue Jul 17 22:08:27 PDT 2012
Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers at canonical.com>
---
src/glx/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index bb23998..23d5753 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -37,6 +37,8 @@ AM_CFLAGS = \
-I$(top_srcdir)/include/GL/internal \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mapi/glapi \
+ -I$(top_builddir)/src/mapi \
+ -I$(top_builddir)/src/mapi/glapi \
$(SHARED_GLAPI_CFLAGS) \
$(EXTRA_DEFINES_XF86VIDMODE) \
-D_REENTRANT \
--
1.7.10.4
More information about the mesa-dev
mailing list