summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/dri_client/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-05-27 22:31:06 +0000
committerIan Romanick <idr@us.ibm.com>2004-05-27 22:31:06 +0000
commitb3981ab6e6762b4205ca5302d93be129f648a9cf (patch)
treea771880fa33d0382166438b3883cc3daac5d5519 /src/mesa/drivers/dri/dri_client/Makefile
parentaaaf38d37215aa1536ff34ec370ecfc04111af22 (diff)
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
Diffstat (limited to 'src/mesa/drivers/dri/dri_client/Makefile')
-rw-r--r--src/mesa/drivers/dri/dri_client/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/dri_client/Makefile b/src/mesa/drivers/dri/dri_client/Makefile
index 48ec3cce4e..6fcfab7ec9 100644
--- a/src/mesa/drivers/dri/dri_client/Makefile
+++ b/src/mesa/drivers/dri/dri_client/Makefile
@@ -8,8 +8,6 @@ include $(TOP)/configs/current
DEFINES += -DGLX_DIRECT_RENDERING
C_SOURCES = \
- dri_util.c \
- glcontextmodes.c \
xf86drm.c \
xf86drmHash.c \
xf86drmRandom.c \