summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r--src/glx/x11/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index 5d9c61c983a..1b3f9d9ea38 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -35,9 +35,7 @@ SOURCES = \
dri_common.c \
dri_glx.c \
XF86dri.c \
- glxhash.c \
- dri2_glx.c \
- dri2.c
+ glxhash.c
include $(TOP)/src/mesa/sources
@@ -53,7 +51,6 @@ INCLUDES = -I. \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \
$(LIBDRM_CFLAGS) \
- $(DRI2PROTO_CFLAGS) \
$(X11_INCLUDES)