summaryrefslogtreecommitdiff
path: root/src/glx
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-08-13 07:14:47 -0400
committerZack Rusin <zack@tungstengraphics.com>2008-08-13 07:14:47 -0400
commitd8be393cb60d908f98f0edb74c1c7964e8f690fe (patch)
treee8195644c8a2bfeb1e9340f5364eca1e15fceef3 /src/glx
parente7e992b12ab3717eadaf055fe2fab88c3be8a092 (diff)
fix compilation
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index b404727f08..c99bcf26a9 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -33,7 +33,7 @@ SOURCES = \
dri_glx.c \
XF86dri.c
-include $(TOP)/src/mesa/sources
+include $(TOP)/src/mesa/sources.mak
MESA_GLAPI_ASM_SOURCES = $(addprefix $(TOP)/src/mesa/, $(GLAPI_ASM_SOURCES))
MESA_GLAPI_SOURCES = $(addprefix $(TOP)/src/mesa/, $(GLAPI_SOURCES))