diff options
author | Keith Whitwell <[email protected]> | 2009-03-09 17:10:12 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-09 18:51:14 +0000 |
commit | ce0ac9006a4ceb42d7f07061f264e3092d03e640 (patch) | |
tree | ad9dc9e33e796f7d733f4b67d9fe9bbb74d8a0ef /progs/vpglsl/Makefile | |
parent | 0e28e1a72fd3517d6d872ac8396e800268ba3dde (diff) |
vpglsl: build with scons and glew
Diffstat (limited to 'progs/vpglsl/Makefile')
-rw-r--r-- | progs/vpglsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/vpglsl/Makefile b/progs/vpglsl/Makefile index 313b4dfa227..3982aca5650 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 |