From 726f534bbb3f0356fbd5ceef7a1bba23024b4147 Mon Sep 17 00:00:00 2001 From: Christopher James Halse Rogers Date: Thu, 19 Jul 2012 12:30:07 +1000 Subject: [PATCH] build/glx: fix include paths for out-of-tree builds Reviewed-by: Eric Anholt Signed-off-by: Christopher James Halse Rogers --- src/glx/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index aa3d8ed..40e6b60 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 \ -- 2.7.4