From 691669c0121494df90c8523f7d17e01ba0b14a57 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 3 Sep 2005 07:08:58 +0000 Subject: [PATCH] xorg-server.h -> dix-config.h (thinko). --- GL/mesa/X/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \