fix compilation

This commit is contained in:
Zack Rusin
2008-08-13 07:14:47 -04:00
parent e7e992b12a
commit d8be393cb6

View File

@@ -33,7 +33,7 @@ SOURCES = \
dri_glx.c \ dri_glx.c \
XF86dri.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_ASM_SOURCES = $(addprefix $(TOP)/src/mesa/, $(GLAPI_ASM_SOURCES))
MESA_GLAPI_SOURCES = $(addprefix $(TOP)/src/mesa/, $(GLAPI_SOURCES)) MESA_GLAPI_SOURCES = $(addprefix $(TOP)/src/mesa/, $(GLAPI_SOURCES))