Mesa (master): glew: fix GLEW_LIB_NAME

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 25 15:01:16 UTC 2009


Module: Mesa
Branch: master
Commit: c10df26a31b6af5a720fbfd06411d580cd38a2c8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c10df26a31b6af5a720fbfd06411d580cd38a2c8

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar 25 08:59:31 2009 -0600

glew: fix GLEW_LIB_NAME

This fixes rebuilding of the library every time we run make.

---

 src/glew/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/glew/Makefile b/src/glew/Makefile
index 8e6ccb4..cd692f3 100644
--- a/src/glew/Makefile
+++ b/src/glew/Makefile
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
 
 ##### MACROS #####
 
-GLEW_LIB_NAME = libglew.a
+GLEW_LIB_NAME = libGLEW.a
 
 MAJOR = 1
 MINOR = 5




More information about the mesa-commit mailing list