From b2811013dd1b5c477ba30edfb2f643b074d4052e Mon Sep 17 00:00:00 2001 From: idr Date: Fri, 2 Jul 2004 00:00:11 +0000 Subject: Make sure glapi_x86.S gets built with the right threading defines. Reported by: Dieter Nutzel --- xc/lib/GL/glx/Imakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc/lib/GL/glx/Imakefile b/xc/lib/GL/glx/Imakefile index 5051550c9..bc0ba96f5 100644 --- a/xc/lib/GL/glx/Imakefile +++ b/xc/lib/GL/glx/Imakefile @@ -135,7 +135,7 @@ LinkSourceFile(glapi_sparc.S, $(MESASRCDIR)/src/mesa/sparc) SRCS = $(GLX_SRCS) $(ASM_SRCS) $(DRI_SRCS) OBJS = $(GLX_OBJS) $(ASM_OBJS) $(DRI_OBJS) - DEFINES = $(GLX_DEFS) $(ASM_DEFS) $(XMESA_DEFINES) + DEFINES = $(GLX_DEFS) $(ASM_DEFS) $(XMESA_DEFINES) $(THREADS_DEFINES) INCLUDES = -I$(XINCLUDESRC) \ -I$(MESASRCDIR)/include \ -- cgit v1.2.3