diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am index 66b571cff..80fa91530 100644 --- a/GL/mesa/X/Makefile.am +++ b/GL/mesa/X/Makefile.am @@ -15,7 +15,7 @@ INCLUDES = -I@MESA_SOURCE@/include \ -I$(top_srcdir)/GL/include # terribly gross hack. i need a shower now. -AM_CFLAGS = $(DIX_CFLAGS) -DXFree86Server -include xorg-server.h +AM_CFLAGS = $(DIX_CFLAGS) -DXFree86Server -include dix-config.h libX_la_SOURCES = xf86glx.c \ xf86glx_util.c \