From: Dave Airlie Date: Tue, 21 Sep 2004 00:39:59 +0000 (+0000) Subject: Add xmlconfig to the i810 makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=029ee9c680cd097b82d3d301b3854d57993d4464;p=mesa.git Add xmlconfig to the i810 makefile --- diff --git a/src/mesa/drivers/dri/i810/Makefile b/src/mesa/drivers/dri/i810/Makefile index ac792a527d0..5faaa5b3596 100644 --- a/src/mesa/drivers/dri/i810/Makefile +++ b/src/mesa/drivers/dri/i810/Makefile @@ -15,7 +15,8 @@ COMMON_SOURCES = \ ../common/texmem.c \ ../common/vblank.c \ ../common/dri_util.c \ - ../common/glcontextmodes.c + ../common/glcontextmodes.c \ + ../common/xmlconfig.c DRIVER_SOURCES = \ i810context.c \