From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:41 +0000 (+0000) Subject: glx: automake: include builddir prior to srcdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d66f9e6d930a9fcfa23129dce18d5359cc6e00f4;p=mesa.git glx: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Signed-off-by: Emil Velikov --- diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 5884e33f802..79d416abcad 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -37,10 +37,10 @@ AM_CFLAGS = \ -I$(top_srcdir)/include/GL/internal \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/loader \ - -I$(top_srcdir)/src/mapi \ - -I$(top_srcdir)/src/mapi/glapi \ -I$(top_builddir)/src/mapi \ + -I$(top_srcdir)/src/mapi \ -I$(top_builddir)/src/mapi/glapi \ + -I$(top_srcdir)/src/mapi/glapi \ $(VISIBILITY_CFLAGS) \ $(SHARED_GLAPI_CFLAGS) \ $(EXTRA_DEFINES_XF86VIDMODE) \