diff options
-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) \ |