From d66f9e6d930a9fcfa23129dce18d5359cc6e00f4 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:41 +0000 Subject: [PATCH] glx: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Signed-off-by: Emil Velikov --- src/glx/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) \ -- 2.30.2