diff options
author | Brian Paul <[email protected]> | 2009-03-25 08:59:31 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-25 09:01:01 -0600 |
commit | c10df26a31b6af5a720fbfd06411d580cd38a2c8 (patch) | |
tree | a7a76adb036d0fca69f2ce3807da3deb19f8213c | |
parent | 11da7e02aa3dba192aa3d95e9debec620133a41c (diff) |
glew: fix GLEW_LIB_NAME
This fixes rebuilding of the library every time we run make.
-rw-r--r-- | src/glew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glew/Makefile b/src/glew/Makefile index 8e6ccb4f7c3..cd692f3ef78 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 |