summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-01-16 15:45:42 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-02-09 23:46:11 +0000
commit0d934e4a3964eafda87ff8b636c74a25ae21cd46 (patch)
tree79f1506941ab8c5b0034ff062efcbbc541d1e39e /src/glx
parent40a92fd51868dac7bd3f9b3e05dce60a49651174 (diff)
glx/apple: automake: include builddir prior to srcdir
Analogous to previous commit. Cc: "12.0 13.0" <mesa-dev@lists.freedesktop.org> Cc: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jeremy Sequoia <jeremyhu@apple.com> (cherry picked from commit 5b874cee099122bc9c0625254895e63843ae2260)
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/apple/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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) \