From: Emil Velikov Date: Mon, 16 Jan 2017 15:45:42 +0000 (+0000) Subject: glx/apple: automake: include builddir prior to srcdir X-Git-Tag: android-x86-7.1-r1~2774 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5b874cee099122bc9c0625254895e63843ae2260;p=android-x86%2Fexternal-mesa.git glx/apple: automake: include builddir prior to srcdir Analogous to previous commit. Cc: "12.0 13.0" Cc: Jeremy Huddleston Sequoia Signed-off-by: Emil Velikov Reviewed-by: Jeremy Sequoia --- diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am index 2cbff9ea900..ca74aa7b99b 100644 --- a/src/glx/apple/Makefile.am +++ b/src/glx/apple/Makefile.am @@ -6,11 +6,11 @@ AM_CFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/glx \ - -I$(top_srcdir)/src/mesa \ -I$(top_builddir)/src/mesa \ + -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mapi \ - -I$(top_srcdir)/src/mapi/glapi \ -I$(top_builddir)/src/mapi/glapi \ + -I$(top_srcdir)/src/mapi/glapi \ $(VISIBILITY_CFLAGS) \ $(SHARED_GLAPI_CFLAGS) \ $(DEFINES) \