From: Zack Rusin Date: Wed, 13 Aug 2008 11:14:47 +0000 (-0400) Subject: fix compilation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8be393cb60d908f98f0edb74c1c7964e8f690fe;p=mesa.git fix compilation --- diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index b404727f08b..c99bcf26a90 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))