From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:48 +0000 (+0000) Subject: dri/osmesa: automake: include builddir prior to srcdir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ba96bdcabc4c9c89827603907aba1b7dd5e9972;p=mesa.git dri/osmesa: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Signed-off-by: Emil Velikov --- diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index 5525687c5b6..2c8d4668b1b 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -28,8 +28,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ - -I$(top_srcdir)/src/mapi \ -I$(top_builddir)/src/mapi \ + -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ $(DEFINES) AM_CFLAGS = $(PTHREAD_CFLAGS) \