summaryrefslogtreecommitdiff
path: root/progs/vpglsl/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-03-09 17:10:12 +0000
committerKeith Whitwell <keithw@vmware.com>2009-03-09 18:51:14 +0000
commitce0ac9006a4ceb42d7f07061f264e3092d03e640 (patch)
treead9dc9e33e796f7d733f4b67d9fe9bbb74d8a0ef /progs/vpglsl/Makefile
parent0e28e1a72fd3517d6d872ac8396e800268ba3dde (diff)
vpglsl: build with scons and glew
Diffstat (limited to 'progs/vpglsl/Makefile')
-rw-r--r--progs/vpglsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/vpglsl/Makefile b/progs/vpglsl/Makefile
index 313b4dfa22..3982aca565 100644
--- a/progs/vpglsl/Makefile
+++ b/progs/vpglsl/Makefile
@@ -7,7 +7,7 @@
TOP = ../..
include $(TOP)/configs/current
-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)
SOURCES = \
vp-tris.c