From: Brian Paul Date: Mon, 22 Mar 2010 15:08:09 +0000 (-0600) Subject: glslcompiler: fix build breakage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=98b4e7aee83c7874db0ea23f632851b6fb5ba62a;p=mesa.git glslcompiler: fix build breakage --- diff --git a/src/mesa/drivers/glslcompiler/Makefile b/src/mesa/drivers/glslcompiler/Makefile index d3404988d52..1b9a056baae 100644 --- a/src/mesa/drivers/glslcompiler/Makefile +++ b/src/mesa/drivers/glslcompiler/Makefile @@ -10,6 +10,7 @@ PROGRAM = glslcompiler OBJECTS = \ glslcompiler.o \ ../../glapi/glapi.o \ + ../../glapi/glapi_entrypoint.o \ ../../glapi/glapi_getproc.o \ ../../glapi/glapi_dispatch.o \ ../../glapi/glapi_nop.o \