xorg-server.h -> dix-config.h (thinko).

This commit is contained in:
Daniel Stone 2005-09-03 07:08:58 +00:00
parent 4b2f5ba1b5
commit 691669c012

View File

@ -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 \