Add xmlconfig to the i810 makefile
authorDave Airlie <airliedfreedesktop.org>
Tue, 21 Sep 2004 00:39:59 +0000 (00:39 +0000)
committerDave Airlie <airliedfreedesktop.org>
Tue, 21 Sep 2004 00:39:59 +0000 (00:39 +0000)
src/mesa/drivers/dri/i810/Makefile

index ac792a527d003f85290150850afdc010cb78e3d9..5faaa5b3596664ccde7619ee03b1af69685245fb 100644 (file)
@@ -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 \