From d8be393cb60d908f98f0edb74c1c7964e8f690fe Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 13 Aug 2008 07:14:47 -0400 Subject: [PATCH] fix compilation --- src/glx/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index b404727..c99bcf2 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)) -- 2.7.4