add xmlconfig.c to solo build

This commit is contained in:
Dave Airlie 2004-03-10 03:45:28 +00:00
parent d4b6724253
commit 7463640e17

View file

@ -39,7 +39,8 @@ DRIVER_SOURCES = \
../common/mm.c \
../common/utils.c \
../common/texmem.c \
../common/vblank.c
../common/vblank.c \
../common/xmlconfig.c
INCLUDES = $(MINIGLX_INCLUDES) \
$(SHARED_INCLUDES)