From c6e63f3cc235b2d7b06664a493584671a2493045 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Feb 2010 18:04:00 -0700 Subject: progs/redbook: use glew --- progs/redbook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/redbook/Makefile') diff --git a/progs/redbook/Makefile b/progs/redbook/Makefile index b73ad056d1..b41e488729 100644 --- a/progs/redbook/Makefile +++ b/progs/redbook/Makefile @@ -7,7 +7,7 @@ INCDIR = $(TOP)/include LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(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) PROGS = aaindex \ aapoly \ -- cgit v1.2.3