diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:43 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-01-27 17:56:55 +0000 |
commit | 912b4f5472007dbd06c922cb1c315cb4814c4010 (patch) | |
tree | 59e41b112a610857436833dcaad7015d179d2325 /src/glx | |
parent | 5b874cee099122bc9c0625254895e63843ae2260 (diff) |
glx/windows: automake: include builddir prior to srcdir
Analogous to previous commit.
Cc: "12.0 13.0" <[email protected]>
Cc: Jon Turney <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/windows/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/windows/Makefile.am b/src/glx/windows/Makefile.am index 98069882365..6de3cf226b4 100644 --- a/src/glx/windows/Makefile.am +++ b/src/glx/windows/Makefile.am @@ -24,8 +24,8 @@ libwindowsglx_la_CFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/glx \ -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) \ |