diff options
author | Brian Paul <[email protected]> | 2004-03-26 23:58:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-03-26 23:58:08 +0000 |
commit | 5c2040c7684c4aa9230e2ed344c4bde6ee49552d (patch) | |
tree | 4ed0c7b5bcba06aca956174faa0a12d32cf4b909 /progs/redbook | |
parent | 1c8e825c2a926c65d0728f7884d61b0ba38e57a6 (diff) |
minor fixes
Diffstat (limited to 'progs/redbook')
-rw-r--r-- | progs/redbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/redbook/Makefile b/progs/redbook/Makefile index 5fbfde2ca47..4cfbb9aeacd 100644 --- a/progs/redbook/Makefile +++ b/progs/redbook/Makefile @@ -5,7 +5,7 @@ include $(TOP)/configs/current INCDIR = $(TOP)/include -LIB_DEP = $(LIB_DIR)/$(GL_LIB) $(LIB_DIR)/$(GLU_LIB) $(LIB_DIR)/$(GLUT_LIB) +LIB_DEP = $(LIB_DIR)/$(GL_LIB_NAME) $(LIB_DIR)/$(GLU_LIB_NAME) $(LIB_DIR)/$(GLUT_LIB_NAME) PROGS = aaindex aapoly aargb accanti accpersp alpha alpha3D anti \ bezcurve bezmesh checker clip colormat cube depthcue dof \ |