summaryrefslogtreecommitdiff
path: root/progs/fp/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-02-14 01:05:13 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-02-14 07:04:01 +0100
commit96c773c77bf50140e7380d1358fd4528241719e8 (patch)
tree1e449d898ec54fbd3bde63c0b056abb41e5430ec /progs/fp/Makefile
parent0a323fe09b0b12fceb9695a8b0acbf232310d38b (diff)
progs: Make fp-tri use glew and add scons target
Diffstat (limited to 'progs/fp/Makefile')
-rwxr-xr-xprogs/fp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/Makefile b/progs/fp/Makefile
index ef6644cce2..681928cf26 100755
--- a/progs/fp/Makefile
+++ b/progs/fp/Makefile
@@ -8,7 +8,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 = \
tri-tex.c \