Browse Source

Merge branch 'mesa_7_5_branch'

tags/mesa_7_6_rc1
Brian Paul 16 years ago
parent
commit
7b5373c434
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/glsl/Makefile

+ 1
- 1
progs/glsl/Makefile View File

@@ -10,7 +10,7 @@ LIB_DEP = \
$(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)

INCLUDE_DIRS = -I$(TOP)/progs/util


Loading…
Cancel
Save