Module: Mesa Branch: 7.8 Commit: 80f5f7d17afac7b4cbaaad27a43dbf902ca3826e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80f5f7d17afac7b4cbaaad27a43dbf902ca3826e
Author: Vinson Lee <[email protected]> Date: Thu Mar 25 12:58:36 2010 -0700 glslcompiler: Fix build. --- src/mesa/drivers/glslcompiler/Makefile | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/glslcompiler/Makefile b/src/mesa/drivers/glslcompiler/Makefile index d340498..7dcf9a6 100644 --- a/src/mesa/drivers/glslcompiler/Makefile +++ b/src/mesa/drivers/glslcompiler/Makefile @@ -9,13 +9,9 @@ PROGRAM = glslcompiler OBJECTS = \ glslcompiler.o \ - ../../glapi/glapi.o \ - ../../glapi/glapi_getproc.o \ - ../../glapi/glapi_dispatch.o \ - ../../glapi/glapi_nop.o \ - ../../glapi/glthread.o \ ../common/driverfuncs.o \ - ../../libmesa.a + ../../libmesa.a \ + ../../libglapi.a INCLUDES = \ -I$(TOP)/include \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
