diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:42 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:55 +0000 |
commit | 5b874cee099122bc9c0625254895e63843ae2260 (patch) | |
tree | 8364ef4ccb1dbe0f47dfef4e924fa099260ce530 /src/glx | |
parent | d66f9e6d930a9fcfa23129dce18d5359cc6e00f4 (diff) |
glx/apple: automake: include builddir prior to srcdir
Analogous to previous commit.
Cc: "12.0 13.0" <[email protected]>
Cc: Jeremy Huddleston Sequoia <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jeremy Sequoia <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/apple/Makefile.am | 4 |
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) \ |