projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b799af9
)
progs/glsl: link with GLEW library
author
Brian Paul
<brianp@vmware.com>
Mon, 29 Jun 2009 16:32:04 +0000
(10:32 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 29 Jun 2009 16:32:04 +0000
(10:32 -0600)
progs/glsl/Makefile
patch
|
blob
|
history
diff --git
a/progs/glsl/Makefile
b/progs/glsl/Makefile
index f97cdb69429f289166652a295fb6f21027ec59f9..eedd866c957b15c306ead48e72471479eb642adc 100644
(file)
--- 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$(GL
EW_LIB) -l$(GL
U_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
INCLUDE_DIRS = -I$(TOP)/progs/util