From: Brian Paul Date: Sat, 30 Jan 2010 20:10:08 +0000 (-0700) Subject: glslcompiler: add glapi_nop.o to OBJECTS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04c3888cb6a88199a3a0ec4c227c15e0f0e606df;p=mesa.git glslcompiler: add glapi_nop.o to OBJECTS --- diff --git a/src/mesa/drivers/glslcompiler/Makefile b/src/mesa/drivers/glslcompiler/Makefile index fa8293d039a..080fe475c16 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_nop.o \ ../../glapi/glthread.o \ ../../main/dispatch.o \ ../common/driverfuncs.o \