diff options
| author | Dave Airlie <airliedfreedesktop.org> | 2004-03-10 03:45:28 +0000 | 
|---|---|---|
| committer | Dave Airlie <airliedfreedesktop.org> | 2004-03-10 03:45:28 +0000 | 
| commit | 7463640e177cd3eec4e62a3dbca67fba583d7af2 (patch) | |
| tree | a347b546c32f03fc7514afccb50d6adddcda0cc0 /src/mesa | |
| parent | d4b672425339307d39b31c4733273cf994f51e05 (diff) | |
add xmlconfig.c to solo build
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/drivers/dri/i810/Makefile.solo | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/i810/Makefile.solo b/src/mesa/drivers/dri/i810/Makefile.solo index 2faa5f64f3..ad29267b4f 100644 --- a/src/mesa/drivers/dri/i810/Makefile.solo +++ b/src/mesa/drivers/dri/i810/Makefile.solo @@ -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) | 
