From: Christopher James Halse Rogers Date: Thu, 19 Jul 2012 02:30:07 +0000 (+1000) Subject: build/glx: fix include paths for out-of-tree builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=726f534bbb3f0356fbd5ceef7a1bba23024b4147;p=mesa.git build/glx: fix include paths for out-of-tree builds Reviewed-by: Eric Anholt Signed-off-by: Christopher James Halse Rogers --- diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index aa3d8edf033..40e6b609dbf 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 \