Mesa (master): progs/glsl: link with GLEW library

Brian Paul brianp at kemper.freedesktop.org
Mon Jun 29 17:20:45 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jun 29 10:32:04 2009 -0600

progs/glsl: link with GLEW library

---

 progs/glsl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index f97cdb6..eedd866 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -10,7 +10,7 @@ LIB_DEP = \
 	$(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) \
 	$(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME)
 
-LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
+LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
 
 INCLUDE_DIRS = -I$(TOP)/progs/util
 




More information about the mesa-commit mailing list