diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:41 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:55 +0000 |
commit | d66f9e6d930a9fcfa23129dce18d5359cc6e00f4 (patch) | |
tree | 7faca14a232d7e083805a236f187a660eaf53743 | |
parent | d221bf9b91900c62069cc447dc214c04a9e5261c (diff) |
glx: automake: include builddir prior to srcdir
Analogous to previous commit.
Cc: "12.0 13.0" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/glx/Makefile.am | 4 |
1 files 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) \ |