diff options
Diffstat (limited to 'progs/fp/Makefile')
-rwxr-xr-x | progs/fp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/Makefile b/progs/fp/Makefile index ef6644cce27..681928cf260 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 \ |